Color Hex Logo

#08078a Color Hex

#08078A
(8,7,138)
0 Favorites   0 Comments

Color spaces of #08078a

RGB 87138
HSL0.670.900.28
HSV240°95°54°
CMYK 0.940.950.00   0.46
XYZ4.76362.038624.1872
Yxy2.03860.15370.0658
Hunter Lab14.278034.5671-90.4441
CIE-Lab15.688547.7583-66.4909

#08078a color RGB value is (8,7,138).

#08078a hex color red value is 8, green value is 7 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #08078a hue: 0.67 , saturation: 0.90 and the lightness value of 08078a is 0.28.

The process color (four color CMYK) of #08078a color hex is 0.94, 0.95, 0.00, 0.46. Web safe color of #08078a is #000099. Color #08078a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 10001010
Octal 10 7 212
Decimal 8 7 138
Hex 8 7 8A

RGB Percentages of Color #08078a

%5.23
%4.58
%90.20

CMYK Percentages of Color #08078a

%94
%95
%0
%46

Triadic Colors of #08078a

#08078a #8a0807 #078a08

Analogous Colors of #08078a

#08078a #49078a #07488a

Monochromatic Colors of #08078a

#08078a

Complementary Color

#08078a #898a07

#08078a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08078a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08078a Color CSS Codes

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

#08078a Text Font Color

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

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


#08078a Background Color

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

This div background color is #08078a


#08078a Border Color

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

This div border color is #08078a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08078a


Comments

No comments written yet.

Please login to write comment.