Color Hex Logo

#080809 Color Hex

#080809
(8,8,9)
1 Favorites   0 Comments

Color spaces of #080809

RGB 889
HSL0.670.060.03
HSV240°11°
CMYK 0.110.110.00   0.96
XYZ0.23630.24500.2933
Yxy0.24500.30510.3163
Hunter Lab4.9497-0.1405-0.0484
CIE-Lab2.21310.1407-0.3796

#080809 color RGB value is (8,8,9).

#080809 hex color red value is 8, green value is 8 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #080809 hue: 0.67 , saturation: 0.06 and the lightness value of 080809 is 0.03.

The process color (four color CMYK) of #080809 color hex is 0.11, 0.11, 0.00, 0.96. Web safe color of #080809 is #000000. Color #080809 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001000 00001001
Octal 10 10 11
Decimal 8 8 9
Hex 8 8 9

RGB Percentages of Color #080809

%32.00
%32.00
%36.00

CMYK Percentages of Color #080809

%11
%11
%0
%96

Triadic Colors of #080809

#080809 #090808 #080908

Analogous Colors of #080809

#080809 #090809 #080909

Monochromatic Colors of #080809

#080809

Complementary Color

#080809 #090908

#080809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080809 Color CSS Codes

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

#080809 Text Font Color

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

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


#080809 Background Color

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

This div background color is #080809


#080809 Border Color

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

This div border color is #080809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080809


Comments

No comments written yet.

Please login to write comment.