Color Hex Logo

#09004d Color Hex

#09004D
(9,0,77)
0 Favorites   0 Comments

Color spaces of #09004d

RGB 9077
HSL0.691.000.15
HSV247°100°30°
CMYK 0.881.000.00   0.70
XYZ1.45220.59397.0593
Yxy0.59390.15950.0652
Hunter Lab7.706520.1499-48.9163
CIE-Lab5.364731.9808-43.5103

#09004d color RGB value is (9,0,77).

#09004d hex color red value is 9, green value is 0 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #09004d hue: 0.69 , saturation: 1.00 and the lightness value of 09004d is 0.15.

The process color (four color CMYK) of #09004d color hex is 0.88, 1.00, 0.00, 0.70. Web safe color of #09004d is #000066. Color #09004d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000000 01001101
Octal 11 0 115
Decimal 9 0 77
Hex 9 0 4D

RGB Percentages of Color #09004d

%10.47
%0.00
%89.53

CMYK Percentages of Color #09004d

%88
%100
%0
%70

Triadic Colors of #09004d

#09004d #4d0900 #004d09

Analogous Colors of #09004d

#09004d #2f004d #001e4d

Monochromatic Colors of #09004d

#09004d

Complementary Color

#09004d #444d00

#09004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09004d Color CSS Codes

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

#09004d Text Font Color

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

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


#09004d Background Color

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

This div background color is #09004d


#09004d Border Color

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

This div border color is #09004d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09004d


Comments

No comments written yet.

Please login to write comment.