Color Hex Logo

#08075b Color Hex

#08075B
(8,7,91)
0 Favorites   0 Comments

Color spaces of #08075b

RGB 8791
HSL0.670.860.19
HSV241°92°36°
CMYK 0.910.920.00   0.64
XYZ2.06440.95899.9738
Yxy0.95890.15880.0738
Hunter Lab9.792320.4944-53.5340
CIE-Lab8.644333.2793-47.6664

#08075b color RGB value is (8,7,91).

#08075b hex color red value is 8, green value is 7 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #08075b hue: 0.67 , saturation: 0.86 and the lightness value of 08075b is 0.19.

The process color (four color CMYK) of #08075b color hex is 0.91, 0.92, 0.00, 0.64. Web safe color of #08075b is #000066. Color #08075b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 01011011
Octal 10 7 133
Decimal 8 7 91
Hex 8 7 5B

RGB Percentages of Color #08075b

%7.55
%6.60
%85.85

CMYK Percentages of Color #08075b

%91
%92
%0
%64

Triadic Colors of #08075b

#08075b #5b0807 #075b08

Analogous Colors of #08075b

#08075b #32075b #07305b

Monochromatic Colors of #08075b

#08075b

Complementary Color

#08075b #5a5b07

#08075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08075b Color CSS Codes

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

#08075b Text Font Color

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

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


#08075b Background Color

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

This div background color is #08075b


#08075b Border Color

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

This div border color is #08075b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08075b


Comments

No comments written yet.

Please login to write comment.