Color Hex Logo

#090caf Color Hex

#090CAF
(9,12,175)
0 Favorites   0 Comments

Color spaces of #090caf

RGB 912175
HSL0.660.900.36
HSV239°95°69°
CMYK 0.950.930.00   0.31
XYZ7.98203.416240.7961
Yxy3.41620.15290.0655
Hunter Lab18.483044.7413-117.9284
CIE-Lab21.639156.7207-79.2887

#090caf color RGB value is (9,12,175).

#090caf hex color red value is 9, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #090caf hue: 0.66 , saturation: 0.90 and the lightness value of 090caf is 0.36.

The process color (four color CMYK) of #090caf color hex is 0.95, 0.93, 0.00, 0.31. Web safe color of #090caf is #000099. Color #090caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001100 10101111
Octal 11 14 257
Decimal 9 12 175
Hex 9 C AF

RGB Percentages of Color #090caf

%4.59
%6.12
%89.29

CMYK Percentages of Color #090caf

%95
%93
%0
%31

Triadic Colors of #090caf

#090caf #af090c #0caf09

Analogous Colors of #090caf

#090caf #5909af #095faf

Monochromatic Colors of #090caf

#090caf

Complementary Color

#090caf #afac09

#090caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#090caf Color CSS Codes

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

#090caf Text Font Color

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

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


#090caf Background Color

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

This div background color is #090caf


#090caf Border Color

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

This div border color is #090caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,12,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 #090caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090caf


Comments

No comments written yet.

Please login to write comment.