Color Hex Logo

#132caa Color Hex

#132CAA
(19,44,170)
0 Favorites   0 Comments

Color spaces of #132caa

RGB 1944170
HSL0.640.800.37
HSV230°89°67°
CMYK 0.890.740.00   0.33
XYZ8.42494.842138.5208
Yxy4.84210.16270.0935
Hunter Lab22.004829.8334-88.3877
CIE-Lab26.280140.6935-68.5551

#132caa color RGB value is (19,44,170).

#132caa hex color red value is 19, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #132caa hue: 0.64 , saturation: 0.80 and the lightness value of 132caa is 0.37.

The process color (four color CMYK) of #132caa color hex is 0.89, 0.74, 0.00, 0.33. Web safe color of #132caa is #003399. Color #132caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101100 10101010
Octal 23 54 252
Decimal 19 44 170
Hex 13 2C AA

RGB Percentages of Color #132caa

%8.15
%18.88
%72.96

CMYK Percentages of Color #132caa

%89
%74
%0
%33

Triadic Colors of #132caa

#132caa #aa132c #2caa13

Analogous Colors of #132caa

#132caa #4513aa #1378aa

Monochromatic Colors of #132caa

#132caa

Complementary Color

#132caa #aa9113

#132caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#132caa Color CSS Codes

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

#132caa Text Font Color

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

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


#132caa Background Color

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

This div background color is #132caa


#132caa Border Color

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

This div border color is #132caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,44,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132caa;
  -webkit-box-shadow: 1px 1px 3px 2px #132caa;
  box-shadow:         1px 1px 3px 2px #132caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,44,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132caa


Comments

No comments written yet.

Please login to write comment.