Color Hex Logo

#080076 Color Hex

#080076
(8,0,118)
0 Favorites   0 Comments

Color spaces of #080076

RGB 80118
HSL0.681.000.23
HSV244°100°46°
CMYK 0.931.000.00   0.54
XYZ3.37021.359617.2243
Yxy1.35960.15350.0619
Hunter Lab11.660231.1874-79.4204
CIE-Lab11.686144.9274-60.4313

#080076 color RGB value is (8,0,118).

#080076 hex color red value is 8, green value is 0 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #080076 hue: 0.68 , saturation: 1.00 and the lightness value of 080076 is 0.23.

The process color (four color CMYK) of #080076 color hex is 0.93, 1.00, 0.00, 0.54. Web safe color of #080076 is #000066. Color #080076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000000 01110110
Octal 10 0 166
Decimal 8 0 118
Hex 8 0 76

RGB Percentages of Color #080076

%6.35
%0.00
%93.65

CMYK Percentages of Color #080076

%93
%100
%0
%54

Triadic Colors of #080076

#080076 #760800 #007608

Analogous Colors of #080076

#080076 #430076 #003376

Monochromatic Colors of #080076

#080076

Complementary Color

#080076 #6e7600

#080076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080076 Color CSS Codes

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

#080076 Text Font Color

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

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


#080076 Background Color

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

This div background color is #080076


#080076 Border Color

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

This div border color is #080076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080076


Comments

No comments written yet.

Please login to write comment.