Color Hex Logo

#080814 Color Hex

#080814
(8,8,20)
1 Favorites   0 Comments

Color spaces of #080814

RGB 8820
HSL0.670.430.05
HSV240°60°
CMYK 0.600.600.00   0.92
XYZ0.31320.27580.6985
Yxy0.27580.24330.2142
Hunter Lab5.25171.4550-4.2097
CIE-Lab2.49132.0916-5.6956

#080814 color RGB value is (8,8,20).

#080814 hex color red value is 8, green value is 8 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #080814 hue: 0.67 , saturation: 0.43 and the lightness value of 080814 is 0.05.

The process color (four color CMYK) of #080814 color hex is 0.60, 0.60, 0.00, 0.92. Web safe color of #080814 is #000000. Color #080814 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001000 00010100
Octal 10 10 24
Decimal 8 8 20
Hex 8 8 14

RGB Percentages of Color #080814

%22.22
%22.22
%55.56

CMYK Percentages of Color #080814

%60
%60
%0
%92

Triadic Colors of #080814

#080814 #140808 #081408

Analogous Colors of #080814

#080814 #0e0814 #080e14

Monochromatic Colors of #080814

#080814

Complementary Color

#080814 #141408

#080814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080814 Color CSS Codes

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

#080814 Text Font Color

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

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


#080814 Background Color

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

This div background color is #080814


#080814 Border Color

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

This div border color is #080814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080814


Comments

No comments written yet.

Please login to write comment.