Color Hex Logo

#09203a Color Hex

#09203A
(9,32,58)
0 Favorites   0 Comments

Color spaces of #09203a

RGB 93258
HSL0.590.730.13
HSV212°84°23°
CMYK 0.840.450.00   0.77
XYZ1.39291.39664.1991
Yxy1.39660.19930.1998
Hunter Lab11.81780.3577-12.7945
CIE-Lab11.93501.9480-19.4075

#09203a color RGB value is (9,32,58).

#09203a hex color red value is 9, green value is 32 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #09203a hue: 0.59 , saturation: 0.73 and the lightness value of 09203a is 0.13.

The process color (four color CMYK) of #09203a color hex is 0.84, 0.45, 0.00, 0.77. Web safe color of #09203a is #003333. Color #09203a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100000 00111010
Octal 11 40 72
Decimal 9 32 58
Hex 9 20 3A

RGB Percentages of Color #09203a

%9.09
%32.32
%58.59

CMYK Percentages of Color #09203a

%84
%45
%0
%77

Triadic Colors of #09203a

#09203a #3a0920 #203a09

Analogous Colors of #09203a

#09203a #0b093a #09393a

Monochromatic Colors of #09203a

#09203a

Complementary Color

#09203a #3a2309

#09203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09203a Color CSS Codes

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

#09203a Text Font Color

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

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


#09203a Background Color

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

This div background color is #09203a


#09203a Border Color

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

This div border color is #09203a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09203a


Comments

No comments written yet.

Please login to write comment.