Color Hex Logo

#092232 Color Hex

#092232
(9,34,50)
1 Favorites   0 Comments

Color spaces of #092232

RGB 93450
HSL0.570.690.12
HSV203°82°20°
CMYK 0.820.320.00   0.80
XYZ1.26041.43243.2277
Yxy1.43240.21290.2419
Hunter Lab11.9683-2.1464-7.6120
CIE-Lab12.1717-3.0819-13.3258

#092232 color RGB value is (9,34,50).

#092232 hex color red value is 9, green value is 34 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #092232 hue: 0.57 , saturation: 0.69 and the lightness value of 092232 is 0.12.

The process color (four color CMYK) of #092232 color hex is 0.82, 0.32, 0.00, 0.80. Web safe color of #092232 is #003333. Color #092232 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 00110010
Octal 11 42 62
Decimal 9 34 50
Hex 9 22 32

RGB Percentages of Color #092232

%9.68
%36.56
%53.76

CMYK Percentages of Color #092232

%82
%32
%0
%80

Triadic Colors of #092232

#092232 #320922 #223209

Analogous Colors of #092232

#092232 #090e32 #09322e

Monochromatic Colors of #092232

#092232

Complementary Color

#092232 #321909

#092232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092232 Color CSS Codes

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

#092232 Text Font Color

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

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


#092232 Background Color

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

This div background color is #092232


#092232 Border Color

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

This div border color is #092232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092232


Comments

No comments written yet.

Please login to write comment.