Color Hex Logo

#090381 Color Hex

#090381
(9,3,129)
0 Favorites   0 Comments

Color spaces of #090381

RGB 93129
HSL0.670.950.26
HSV243°98°51°
CMYK 0.930.980.00   0.49
XYZ4.10771.708220.8821
Yxy1.70820.15390.0640
Hunter Lab13.069833.2284-85.5809
CIE-Lab13.874746.6944-63.8287

#090381 color RGB value is (9,3,129).

#090381 hex color red value is 9, green value is 3 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #090381 hue: 0.67 , saturation: 0.95 and the lightness value of 090381 is 0.26.

The process color (four color CMYK) of #090381 color hex is 0.93, 0.98, 0.00, 0.49. Web safe color of #090381 is #000099. Color #090381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000011 10000001
Octal 11 3 201
Decimal 9 3 129
Hex 9 3 81

RGB Percentages of Color #090381

%6.38
%2.13
%91.49

CMYK Percentages of Color #090381

%93
%98
%0
%49

Triadic Colors of #090381

#090381 #810903 #038109

Analogous Colors of #090381

#090381 #480381 #033c81

Monochromatic Colors of #090381

#090381

Complementary Color

#090381 #7b8103

#090381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090381 Color CSS Codes

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

#090381 Text Font Color

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

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


#090381 Background Color

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

This div background color is #090381


#090381 Border Color

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

This div border color is #090381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090381


Comments

No comments written yet.

Please login to write comment.