Color Hex Logo

#132caf Color Hex

#132CAF
(19,44,175)
0 Favorites   0 Comments

Color spaces of #132caf

RGB 1944175
HSL0.640.800.38
HSV230°89°69°
CMYK 0.890.750.00   0.31
XYZ8.90715.035041.0598
Yxy5.03500.16190.0915
Hunter Lab22.438831.5878-92.7850
CIE-Lab26.834242.4795-70.6415

#132caf color RGB value is (19,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101100 10101111
Octal 23 54 257
Decimal 19 44 175
Hex 13 2C AF

RGB Percentages of Color #132caf

%7.98
%18.49
%73.53

CMYK Percentages of Color #132caf

%89
%75
%0
%31

Triadic Colors of #132caf

#132caf #af132c #2caf13

Analogous Colors of #132caf

#132caf #4813af #137aaf

Monochromatic Colors of #132caf

#132caf

Complementary Color

#132caf #af9613

#132caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#132caf Color CSS Codes

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

#132caf Text Font Color

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

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


#132caf Background Color

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

This div background color is #132caf


#132caf Border Color

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

This div border color is #132caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132caf


Comments

No comments written yet.

Please login to write comment.