Color Hex Logo

#090549 Color Hex

#090549
(9,5,73)
0 Favorites   0 Comments

Color spaces of #090549

RGB 9573
HSL0.680.870.15
HSV244°93°29°
CMYK 0.880.930.00   0.71
XYZ1.36950.64776.3562
Yxy0.64770.16360.0774
Hunter Lab8.048016.2908-41.1930
CIE-Lab5.850627.4847-39.9112

#090549 color RGB value is (9,5,73).

#090549 hex color red value is 9, green value is 5 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #090549 hue: 0.68 , saturation: 0.87 and the lightness value of 090549 is 0.15.

The process color (four color CMYK) of #090549 color hex is 0.88, 0.93, 0.00, 0.71. Web safe color of #090549 is #000033. Color #090549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 01001001
Octal 11 5 111
Decimal 9 5 73
Hex 9 5 49

RGB Percentages of Color #090549

%10.34
%5.75
%83.91

CMYK Percentages of Color #090549

%88
%93
%0
%71

Triadic Colors of #090549

#090549 #490905 #054909

Analogous Colors of #090549

#090549 #2b0549 #052349

Monochromatic Colors of #090549

#090549

Complementary Color

#090549 #454905

#090549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090549 Color CSS Codes

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

#090549 Text Font Color

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

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


#090549 Background Color

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

This div background color is #090549


#090549 Border Color

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

This div border color is #090549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090549


Comments

No comments written yet.

Please login to write comment.