Color Hex Logo

#090481 Color Hex

#090481
(9,4,129)
0 Favorites   0 Comments

Color spaces of #090481

RGB 94129
HSL0.670.940.26
HSV242°97°51°
CMYK 0.930.970.00   0.49
XYZ4.11851.729920.8857
Yxy1.72990.15410.0647
Hunter Lab13.152632.8772-84.9431
CIE-Lab14.000746.3050-63.6181

#090481 color RGB value is (9,4,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000100 10000001
Octal 11 4 201
Decimal 9 4 129
Hex 9 4 81

RGB Percentages of Color #090481

%6.34
%2.82
%90.85

CMYK Percentages of Color #090481

%93
%97
%0
%49

Triadic Colors of #090481

#090481 #810904 #048109

Analogous Colors of #090481

#090481 #480481 #043d81

Monochromatic Colors of #090481

#090481

Complementary Color

#090481 #7c8104

#090481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090481 Color CSS Codes

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

#090481 Text Font Color

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

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


#090481 Background Color

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

This div background color is #090481


#090481 Border Color

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

This div border color is #090481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,4,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 #090481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090481


Comments

No comments written yet.

Please login to write comment.