Color Hex Logo

#09475a Color Hex

#09475A
(9,71,90)
0 Favorites   0 Comments

Color spaces of #09475a

RGB 97190
HSL0.540.820.19
HSV194°90°35°
CMYK 0.900.210.00   0.65
XYZ4.21145.302710.4744
Yxy5.30270.21070.2653
Hunter Lab23.0276-7.6533-10.8495
CIE-Lab27.5803-10.9170-16.5018

#09475a color RGB value is (9,71,90).

#09475a hex color red value is 9, green value is 71 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #09475a hue: 0.54 , saturation: 0.82 and the lightness value of 09475a is 0.19.

The process color (four color CMYK) of #09475a color hex is 0.90, 0.21, 0.00, 0.65. Web safe color of #09475a is #003366. Color #09475a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000111 01011010
Octal 11 107 132
Decimal 9 71 90
Hex 9 47 5A

RGB Percentages of Color #09475a

%5.29
%41.76
%52.94

CMYK Percentages of Color #09475a

%90
%21
%0
%65

Triadic Colors of #09475a

#09475a #5a0947 #475a09

Analogous Colors of #09475a

#09475a #091f5a #095a45

Monochromatic Colors of #09475a

#09475a

Complementary Color

#09475a #5a1c09

#09475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09475a Color CSS Codes

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

#09475a Text Font Color

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

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


#09475a Background Color

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

This div background color is #09475a


#09475a Border Color

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

This div border color is #09475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09475a


Comments

No comments written yet.

Please login to write comment.