Color Hex Logo

#132187 Color Hex

#132187
(19,33,135)
0 Favorites   0 Comments

Color spaces of #132187

RGB 1933135
HSL0.650.750.30
HSV233°86°53°
CMYK 0.860.760.00   0.47
XYZ5.18562.975423.2227
Yxy2.97540.16520.0948
Hunter Lab17.249323.4754-67.7473
CIE-Lab19.945134.7014-57.5201

#132187 color RGB value is (19,33,135).

#132187 hex color red value is 19, green value is 33 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #132187 hue: 0.65 , saturation: 0.75 and the lightness value of 132187 is 0.30.

The process color (four color CMYK) of #132187 color hex is 0.86, 0.76, 0.00, 0.47. Web safe color of #132187 is #003399. Color #132187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 10000111
Octal 23 41 207
Decimal 19 33 135
Hex 13 21 87

RGB Percentages of Color #132187

%10.16
%17.65
%72.19

CMYK Percentages of Color #132187

%86
%76
%0
%47

Triadic Colors of #132187

#132187 #871321 #218713

Analogous Colors of #132187

#132187 #3f1387 #135b87

Monochromatic Colors of #132187

#132187

Complementary Color

#132187 #877913

#132187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132187 Color CSS Codes

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

#132187 Text Font Color

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

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


#132187 Background Color

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

This div background color is #132187


#132187 Border Color

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

This div border color is #132187


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,33,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 #132187">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132187


Comments

No comments written yet.

Please login to write comment.