Color Hex Logo

#08006c Color Hex

#08006C
(8,0,108)
0 Favorites   0 Comments

Color spaces of #08006c

RGB 80108
HSL0.681.000.21
HSV244°100°42°
CMYK 0.931.000.00   0.58
XYZ2.80691.134314.2584
Yxy1.13430.15420.0623
Hunter Lab10.650428.4056-71.9206
CIE-Lab10.063642.2060-56.6253

#08006c color RGB value is (8,0,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000000 01101100
Octal 10 0 154
Decimal 8 0 108
Hex 8 0 6C

RGB Percentages of Color #08006c

%6.90
%0.00
%93.10

CMYK Percentages of Color #08006c

%93
%100
%0
%58

Triadic Colors of #08006c

#08006c #6c0800 #006c08

Analogous Colors of #08006c

#08006c #3e006c #002e6c

Monochromatic Colors of #08006c

#08006c

Complementary Color

#08006c #646c00

#08006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08006c Color CSS Codes

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

#08006c Text Font Color

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

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


#08006c Background Color

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

This div background color is #08006c


#08006c Border Color

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

This div border color is #08006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08006c


Comments

No comments written yet.

Please login to write comment.