Color Hex Logo

#09214a Color Hex

#09214A
(9,33,74)
0 Favorites   0 Comments

Color spaces of #09214a

RGB 93374
HSL0.610.780.16
HSV218°88°29°
CMYK 0.880.550.00   0.71
XYZ1.89251.64026.6954
Yxy1.64020.18500.1604
Hunter Lab12.80703.9647-22.0314
CIE-Lab13.47298.4811-28.1255

#09214a color RGB value is (9,33,74).

#09214a hex color red value is 9, green value is 33 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #09214a hue: 0.61 , saturation: 0.78 and the lightness value of 09214a is 0.16.

The process color (four color CMYK) of #09214a color hex is 0.88, 0.55, 0.00, 0.71. Web safe color of #09214a is #003333. Color #09214a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100001 01001010
Octal 11 41 112
Decimal 9 33 74
Hex 9 21 4A

RGB Percentages of Color #09214a

%7.76
%28.45
%63.79

CMYK Percentages of Color #09214a

%88
%55
%0
%71

Triadic Colors of #09214a

#09214a #4a0921 #214a09

Analogous Colors of #09214a

#09214a #11094a #09424a

Monochromatic Colors of #09214a

#09214a

Complementary Color

#09214a #4a3209

#09214a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09214a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09214a Color CSS Codes

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

#09214a Text Font Color

<p style="color:#09214a">Text here</p>

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


#09214a Background Color

<div style="background-color:#09214a">
Div content here</div>

This div background color is #09214a


#09214a Border Color

<div style="border:3px solid #09214a">
Div here</div>

This div border color is #09214a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,33,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09214a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09214a;
  -webkit-box-shadow: 1px 1px 3px 2px #09214a;
  box-shadow:         1px 1px 3px 2px #09214a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,33,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09214a


Comments

No comments written yet.

Please login to write comment.