Color Hex Logo

#132daa Color Hex

#132DAA
(19,45,170)
0 Favorites   0 Comments

Color spaces of #132daa

RGB 1945170
HSL0.640.800.37
HSV230°89°67°
CMYK 0.890.740.00   0.33
XYZ8.46264.917538.5334
Yxy4.91750.16300.0947
Hunter Lab22.175429.3122-87.5031
CIE-Lab26.498440.0845-68.1941

#132daa color RGB value is (19,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101101 10101010
Octal 23 55 252
Decimal 19 45 170
Hex 13 2D AA

RGB Percentages of Color #132daa

%8.12
%19.23
%72.65

CMYK Percentages of Color #132daa

%89
%74
%0
%33

Triadic Colors of #132daa

#132daa #aa132d #2daa13

Analogous Colors of #132daa

#132daa #4413aa #1379aa

Monochromatic Colors of #132daa

#132daa

Complementary Color

#132daa #aa9013

#132daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#132daa Color CSS Codes

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

#132daa Text Font Color

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

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


#132daa Background Color

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

This div background color is #132daa


#132daa Border Color

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

This div border color is #132daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132daa


Comments

No comments written yet.

Please login to write comment.