Color Hex Logo

#132cae Color Hex

#132CAE
(19,44,174)
0 Favorites   0 Comments

Color spaces of #132cae

RGB 1944174
HSL0.640.800.38
HSV230°89°68°
CMYK 0.890.750.00   0.32
XYZ8.80924.995840.5444
Yxy4.99580.16210.0919
Hunter Lab22.351331.2366-91.9039
CIE-Lab26.722842.1247-70.2266

#132cae color RGB value is (19,44,174).

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

The process color (four color CMYK) of #132cae color hex is 0.89, 0.75, 0.00, 0.32. Web safe color of #132cae is #003399. Color #132cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101100 10101110
Octal 23 54 256
Decimal 19 44 174
Hex 13 2C AE

RGB Percentages of Color #132cae

%8.02
%18.57
%73.42

CMYK Percentages of Color #132cae

%89
%75
%0
%32

Triadic Colors of #132cae

#132cae #ae132c #2cae13

Analogous Colors of #132cae

#132cae #4713ae #137aae

Monochromatic Colors of #132cae

#132cae

Complementary Color

#132cae #ae9513

#132cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#132cae Color CSS Codes

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

#132cae Text Font Color

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

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


#132cae Background Color

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

This div background color is #132cae


#132cae Border Color

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

This div border color is #132cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132cae


Comments

No comments written yet.

Please login to write comment.