Color Hex Logo

#09323c Color Hex

#09323C
(9,50,60)
0 Favorites   0 Comments

Color spaces of #09323c

RGB 95060
HSL0.530.740.14
HSV192°85°24°
CMYK 0.850.170.00   0.76
XYZ2.06892.66554.6804
Yxy2.66550.21970.2831
Hunter Lab16.3264-5.9513-5.5687
CIE-Lab18.6511-9.7525-10.3168

#09323c color RGB value is (9,50,60).

#09323c hex color red value is 9, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #09323c hue: 0.53 , saturation: 0.74 and the lightness value of 09323c is 0.14.

The process color (four color CMYK) of #09323c color hex is 0.85, 0.17, 0.00, 0.76. Web safe color of #09323c is #003333. Color #09323c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110010 00111100
Octal 11 62 74
Decimal 9 50 60
Hex 9 32 3C

RGB Percentages of Color #09323c

%7.56
%42.02
%50.42

CMYK Percentages of Color #09323c

%85
%17
%0
%76

Triadic Colors of #09323c

#09323c #3c0932 #323c09

Analogous Colors of #09323c

#09323c #09193c #093c2d

Monochromatic Colors of #09323c

#09323c

Complementary Color

#09323c #3c1309

#09323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09323c Color CSS Codes

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

#09323c Text Font Color

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

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


#09323c Background Color

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

This div background color is #09323c


#09323c Border Color

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

This div border color is #09323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09323c


Comments

No comments written yet.

Please login to write comment.