Color Hex Logo

#1287d8 Color Hex

#1287D8
(18,135,216)
0 Favorites   0 Comments

Color spaces of #1287d8

RGB 18135216
HSL0.570.850.46
HSV205°92°85°
CMYK 0.920.380.00   0.15
XYZ21.308122.414468.1691
Yxy22.41440.19040.2003
Hunter Lab47.3438-2.5140-52.2293
CIE-Lab54.46400.0185-49.6061

#1287d8 color RGB value is (18,135,216).

#1287d8 hex color red value is 18, green value is 135 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #1287d8 hue: 0.57 , saturation: 0.85 and the lightness value of 1287d8 is 0.46.

The process color (four color CMYK) of #1287d8 color hex is 0.92, 0.38, 0.00, 0.15. Web safe color of #1287d8 is #0099cc. Color #1287d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000111 11011000
Octal 22 207 330
Decimal 18 135 216
Hex 12 87 D8

RGB Percentages of Color #1287d8

%4.88
%36.59
%58.54

CMYK Percentages of Color #1287d8

%92
%38
%0
%15

Triadic Colors of #1287d8

#1287d8 #d81287 #87d812

Analogous Colors of #1287d8

#1287d8 #1224d8 #12d8c6

Monochromatic Colors of #1287d8

#1287d8

Complementary Color

#1287d8 #d86312

#1287d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1287d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1287d8 Color CSS Codes

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

#1287d8 Text Font Color

<p style="color:#1287d8">Text here</p>

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


#1287d8 Background Color

<div style="background-color:#1287d8">
Div content here</div>

This div background color is #1287d8


#1287d8 Border Color

<div style="border:3px solid #1287d8">
Div here</div>

This div border color is #1287d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,135,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1287d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1287d8;
  -webkit-box-shadow: 1px 1px 3px 2px #1287d8;
  box-shadow:         1px 1px 3px 2px #1287d8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1287d8


Comments

No comments written yet.

Please login to write comment.