Color Hex Logo

#1587bc Color Hex

#1587BC
(21,135,188)
0 Favorites   0 Comments

Color spaces of #1587bc

RGB 21135188
HSL0.550.800.41
HSV199°89°74°
CMYK 0.890.280.00   0.26
XYZ18.050321.118250.7018
Yxy21.11820.20080.2350
Hunter Lab45.9545-10.3082-33.2467
CIE-Lab53.0786-10.3536-35.9178

#1587bc color RGB value is (21,135,188).

#1587bc hex color red value is 21, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1587bc hue: 0.55 , saturation: 0.80 and the lightness value of 1587bc is 0.41.

The process color (four color CMYK) of #1587bc color hex is 0.89, 0.28, 0.00, 0.26. Web safe color of #1587bc is #0099cc. Color #1587bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000111 10111100
Octal 25 207 274
Decimal 21 135 188
Hex 15 87 BC

RGB Percentages of Color #1587bc

%6.10
%39.24
%54.65

CMYK Percentages of Color #1587bc

%89
%28
%0
%26

Triadic Colors of #1587bc

#1587bc #bc1587 #87bc15

Analogous Colors of #1587bc

#1587bc #1534bc #15bc9e

Monochromatic Colors of #1587bc

#1587bc

Complementary Color

#1587bc #bc4a15

#1587bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1587bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1587bc Color CSS Codes

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

#1587bc Text Font Color

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

This sample text font color is #1587bc
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.


#1587bc Background Color

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

This div background color is #1587bc


#1587bc Border Color

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

This div border color is #1587bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1587bc


Comments

No comments written yet.

Please login to write comment.