Color Hex Logo

#08015c Color Hex

#08015C
(8,1,92)
0 Favorites   0 Comments

Color spaces of #08015c

RGB 8192
HSL0.680.980.18
HSV245°99°36°
CMYK 0.910.990.00   0.64
XYZ2.04280.846010.1809
Yxy0.84600.15630.0647
Hunter Lab9.197823.5479-59.1885
CIE-Lab7.641937.1118-50.0144

#08015c color RGB value is (8,1,92).

#08015c hex color red value is 8, green value is 1 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #08015c hue: 0.68 , saturation: 0.98 and the lightness value of 08015c is 0.18.

The process color (four color CMYK) of #08015c color hex is 0.91, 0.99, 0.00, 0.64. Web safe color of #08015c is #000066. Color #08015c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000001 01011100
Octal 10 1 134
Decimal 8 1 92
Hex 8 1 5C

RGB Percentages of Color #08015c

%7.92
%0.99
%91.09

CMYK Percentages of Color #08015c

%91
%99
%0
%64

Triadic Colors of #08015c

#08015c #5c0801 #015c08

Analogous Colors of #08015c

#08015c #36015c #01275c

Monochromatic Colors of #08015c

#08015c

Complementary Color

#08015c #555c01

#08015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08015c Color CSS Codes

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

#08015c Text Font Color

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

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


#08015c Background Color

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

This div background color is #08015c


#08015c Border Color

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

This div border color is #08015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08015c


Comments

No comments written yet.

Please login to write comment.