Color Hex Logo

#121187 Color Hex

#121187
(18,17,135)
0 Favorites   0 Comments

Color spaces of #121187

RGB 1817135
HSL0.670.780.30
HSV241°87°53°
CMYK 0.870.870.00   0.47
XYZ4.82312.278823.1073
Yxy2.27880.15970.0754
Hunter Lab15.095730.6136-80.1895
CIE-Lab16.887243.3561-62.5941

#121187 color RGB value is (18,17,135).

#121187 hex color red value is 18, green value is 17 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #121187 hue: 0.67 , saturation: 0.78 and the lightness value of 121187 is 0.30.

The process color (four color CMYK) of #121187 color hex is 0.87, 0.87, 0.00, 0.47. Web safe color of #121187 is #000099. Color #121187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010001 10000111
Octal 22 21 207
Decimal 18 17 135
Hex 12 11 87

RGB Percentages of Color #121187

%10.59
%10.00
%79.41

CMYK Percentages of Color #121187

%87
%87
%0
%47

Triadic Colors of #121187

#121187 #871211 #118712

Analogous Colors of #121187

#121187 #4d1187 #114b87

Monochromatic Colors of #121187

#121187

Complementary Color

#121187 #868711

#121187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121187 Color CSS Codes

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

#121187 Text Font Color

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

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


#121187 Background Color

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

This div background color is #121187


#121187 Border Color

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

This div border color is #121187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121187


Comments

No comments written yet.

Please login to write comment.