Color Hex Logo

#090584 Color Hex

#090584
(9,5,132)
0 Favorites   0 Comments

Color spaces of #090584

RGB 95132
HSL0.670.930.27
HSV242°96°52°
CMYK 0.930.960.00   0.48
XYZ4.33181.832621.9552
Yxy1.83260.15400.0652
Hunter Lab13.537433.4276-86.6818
CIE-Lab14.583046.7760-64.5502

#090584 color RGB value is (9,5,132).

#090584 hex color red value is 9, green value is 5 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #090584 hue: 0.67 , saturation: 0.93 and the lightness value of 090584 is 0.27.

The process color (four color CMYK) of #090584 color hex is 0.93, 0.96, 0.00, 0.48. Web safe color of #090584 is #000099. Color #090584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 10000100
Octal 11 5 204
Decimal 9 5 132
Hex 9 5 84

RGB Percentages of Color #090584

%6.16
%3.42
%90.41

CMYK Percentages of Color #090584

%93
%96
%0
%48

Triadic Colors of #090584

#090584 #840905 #058409

Analogous Colors of #090584

#090584 #480584 #054184

Monochromatic Colors of #090584

#090584

Complementary Color

#090584 #808405

#090584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090584 Color CSS Codes

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

#090584 Text Font Color

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

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


#090584 Background Color

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

This div background color is #090584


#090584 Border Color

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

This div border color is #090584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090584


Comments

No comments written yet.

Please login to write comment.