Color Hex Logo

#090031 Color Hex

#090031
(9,0,49)
0 Favorites   0 Comments

Color spaces of #090031

RGB 9049
HSL0.701.000.10
HSV251°100°19°
CMYK 0.821.000.00   0.81
XYZ0.66700.27982.9246
Yxy0.27980.17230.0723
Hunter Lab5.289613.2513-29.0784
CIE-Lab2.527416.4289-27.9523

#090031 color RGB value is (9,0,49).

#090031 hex color red value is 9, green value is 0 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #090031 hue: 0.70 , saturation: 1.00 and the lightness value of 090031 is 0.10.

The process color (four color CMYK) of #090031 color hex is 0.82, 1.00, 0.00, 0.81. Web safe color of #090031 is #000033. Color #090031 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000000 00110001
Octal 11 0 61
Decimal 9 0 49
Hex 9 0 31

RGB Percentages of Color #090031

%15.52
%0.00
%84.48

CMYK Percentages of Color #090031

%82
%100
%0
%81

Triadic Colors of #090031

#090031 #310900 #003109

Analogous Colors of #090031

#090031 #220031 #000f31

Monochromatic Colors of #090031

#090031

Complementary Color

#090031 #283100

#090031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090031 Color CSS Codes

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

#090031 Text Font Color

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

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


#090031 Background Color

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

This div background color is #090031


#090031 Border Color

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

This div border color is #090031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090031


Comments

No comments written yet.

Please login to write comment.