Color Hex Logo

#1487cc Color Hex

#1487CC
(20,135,204)
0 Favorites   0 Comments

Color spaces of #1487cc

RGB 20135204
HSL0.560.820.44
HSV203°90°80°
CMYK 0.900.340.00   0.20
XYZ19.851521.836360.2953
Yxy21.83630.19470.2141
Hunter Lab46.7293-5.9462-43.7919
CIE-Lab53.8529-4.4328-43.8010

#1487cc color RGB value is (20,135,204).

#1487cc hex color red value is 20, green value is 135 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1487cc hue: 0.56 , saturation: 0.82 and the lightness value of 1487cc is 0.44.

The process color (four color CMYK) of #1487cc color hex is 0.90, 0.34, 0.00, 0.20. Web safe color of #1487cc is #0099cc. Color #1487cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000111 11001100
Octal 24 207 314
Decimal 20 135 204
Hex 14 87 CC

RGB Percentages of Color #1487cc

%5.57
%37.60
%56.82

CMYK Percentages of Color #1487cc

%90
%34
%0
%20

Triadic Colors of #1487cc

#1487cc #cc1487 #87cc14

Analogous Colors of #1487cc

#1487cc #142bcc #14ccb5

Monochromatic Colors of #1487cc

#1487cc

Complementary Color

#1487cc #cc5914

#1487cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1487cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1487cc Color CSS Codes

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

#1487cc Text Font Color

<p style="color:#1487cc">Text here</p>

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


#1487cc Background Color

<div style="background-color:#1487cc">
Div content here</div>

This div background color is #1487cc


#1487cc Border Color

<div style="border:3px solid #1487cc">
Div here</div>

This div border color is #1487cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,135,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1487cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1487cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1487cc;
  box-shadow:         1px 1px 3px 2px #1487cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1487cc


Comments

No comments written yet.

Please login to write comment.