Color Hex Logo

#08065e Color Hex

#08065E
(8,6,94)
0 Favorites   0 Comments

Color spaces of #08065e

RGB 8694
HSL0.670.880.20
HSV241°94°37°
CMYK 0.910.940.00   0.63
XYZ2.18560.990010.6656
Yxy0.99000.15790.0715
Hunter Lab9.949921.7972-56.5900
CIE-Lab8.907934.8215-49.2499

#08065e color RGB value is (8,6,94).

#08065e hex color red value is 8, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #08065e hue: 0.67 , saturation: 0.88 and the lightness value of 08065e is 0.20.

The process color (four color CMYK) of #08065e color hex is 0.91, 0.94, 0.00, 0.63. Web safe color of #08065e is #000066. Color #08065e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000110 01011110
Octal 10 6 136
Decimal 8 6 94
Hex 8 6 5E

RGB Percentages of Color #08065e

%7.41
%5.56
%87.04

CMYK Percentages of Color #08065e

%91
%94
%0
%63

Triadic Colors of #08065e

#08065e #5e0806 #065e08

Analogous Colors of #08065e

#08065e #34065e #06305e

Monochromatic Colors of #08065e

#08065e

Complementary Color

#08065e #5c5e06

#08065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08065e Color CSS Codes

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

#08065e Text Font Color

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

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


#08065e Background Color

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

This div background color is #08065e


#08065e Border Color

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

This div border color is #08065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08065e


Comments

No comments written yet.

Please login to write comment.