Color Hex Logo

#093352 Color Hex

#093352
(9,51,82)
0 Favorites   0 Comments

Color spaces of #093352

RGB 95182
HSL0.570.800.18
HSV205°89°32°
CMYK 0.890.380.00   0.68
XYZ2.81953.03498.4198
Yxy3.03490.19750.2126
Hunter Lab17.4210-1.5973-16.4610
CIE-Lab20.1831-1.1819-22.8227

#093352 color RGB value is (9,51,82).

#093352 hex color red value is 9, green value is 51 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #093352 hue: 0.57 , saturation: 0.80 and the lightness value of 093352 is 0.18.

The process color (four color CMYK) of #093352 color hex is 0.89, 0.38, 0.00, 0.68. Web safe color of #093352 is #003366. Color #093352 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110011 01010010
Octal 11 63 122
Decimal 9 51 82
Hex 9 33 52

RGB Percentages of Color #093352

%6.34
%35.92
%57.75

CMYK Percentages of Color #093352

%89
%38
%0
%68

Triadic Colors of #093352

#093352 #520933 #335209

Analogous Colors of #093352

#093352 #090f52 #09524d

Monochromatic Colors of #093352

#093352

Complementary Color

#093352 #522809

#093352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093352 Color CSS Codes

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

#093352 Text Font Color

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

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


#093352 Background Color

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

This div background color is #093352


#093352 Border Color

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

This div border color is #093352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,51,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093352;
  -webkit-box-shadow: 1px 1px 3px 2px #093352;
  box-shadow:         1px 1px 3px 2px #093352; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093352


Comments

No comments written yet.

Please login to write comment.