Color Hex Logo

#09214c Color Hex

#09214C
(9,33,76)
1 Favorites   0 Comments

Color spaces of #09214c

RGB 93376
HSL0.610.790.17
HSV219°88°30°
CMYK 0.880.570.00   0.70
XYZ1.96101.66767.0560
Yxy1.66760.18350.1561
Hunter Lab12.91364.5075-23.3567
CIE-Lab13.63629.3934-29.2366

#09214c color RGB value is (9,33,76).

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

The process color (four color CMYK) of #09214c color hex is 0.88, 0.57, 0.00, 0.70. Web safe color of #09214c is #003333. Color #09214c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100001 01001100
Octal 11 41 114
Decimal 9 33 76
Hex 9 21 4C

RGB Percentages of Color #09214c

%7.63
%27.97
%64.41

CMYK Percentages of Color #09214c

%88
%57
%0
%70

Triadic Colors of #09214c

#09214c #4c0921 #214c09

Analogous Colors of #09214c

#09214c #13094c #09434c

Monochromatic Colors of #09214c

#09214c

Complementary Color

#09214c #4c3409

#09214c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09214c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09214c Color CSS Codes

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

#09214c Text Font Color

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

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


#09214c Background Color

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

This div background color is #09214c


#09214c Border Color

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

This div border color is #09214c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09214c


Comments

No comments written yet.

Please login to write comment.