Hex #1587a7 Color

#1587a7
equivalent to

RGB

(21, 135, 167)

Details of #1587a7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
21
15.9483
0.54
0.87
52.1494
20.2774
193°
45.0304
135
20.2774
0.78
0.19
-17.9680
0.2102
87°
-15.5842
167
39.6326
0.37
0.00   0.35
-25.3008
0.2673
65°
-20.6430

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101
25
21
15
Green
10000111
207
135
87
Blue
10100111
247
167
A7

RGB in % of #1587a7

%6.50
%41.80
%51.70

CMYK in % of #1587a7

%87
%19
%0
%35

Triads of color #1587a7

#1587a7 #87a715 #a715a7

Similar Colors to #1587a7

#1587a7 #15a77e #153ea7

Preview Color #1587a7 on black ground

#1587a7 is very interesting for text.

Preview Color #1587a7 on white ground

#1587a7 is very interesting for text.

CSS Codes #1587a7 color

.mybgcolor {background-color:#1587a7; }
.myforecolor {color:#1587a7; }
.mybordercolor {border:3px solid #1587a7; }

Text Font Color #1587a7

<p style="color:#1587a7">Text here</p>

This sample text font color is #1587a7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #1587a7

<div style="background-color:#1587a7">
Div content here</div>

This div background color is #1587a7


Border Color #1587a7

<div style="border:3px solid #1587a7">
Div here</div>

The color of this border is #1587a7


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #1587a7; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #1587a7;
-webkit-box-shadow: 1px 1px 3px 2px #1587a7;
box-shadow:         1px 1px 3px 2px #1587a7; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #1587a7">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #1587a7;
  -webkit-box-shadow: 1px 1px 3px 2px #1587a7;
  box-shadow:         1px 1px 3px 2px #1587a7;">
Div content here</div>

The shadow of div box using color #1587a7