Color Hex Logo

#080511 Color Hex

#080511
(8,5,17)
0 Favorites   0 Comments

Color spaces of #080511

RGB 8517
HSL0.710.550.04
HSV255°71°
CMYK 0.530.710.00   0.93
XYZ0.25560.20060.5556
Yxy0.20060.25260.1983
Hunter Lab4.47882.3487-4.2197
CIE-Lab1.81202.6600-4.8228

#080511 color RGB value is (8,5,17).

#080511 hex color red value is 8, green value is 5 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #080511 hue: 0.71 , saturation: 0.55 and the lightness value of 080511 is 0.04.

The process color (four color CMYK) of #080511 color hex is 0.53, 0.71, 0.00, 0.93. Web safe color of #080511 is #000000. Color #080511 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000101 00010001
Octal 10 5 21
Decimal 8 5 17
Hex 8 5 11

RGB Percentages of Color #080511

%26.67
%16.67
%56.67

CMYK Percentages of Color #080511

%53
%71
%0
%93

Triadic Colors of #080511

#080511 #110805 #051108

Analogous Colors of #080511

#080511 #0e0511 #050811

Monochromatic Colors of #080511

#080511

Complementary Color

#080511 #0e1105

#080511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080511 Color CSS Codes

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

#080511 Text Font Color

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

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


#080511 Background Color

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

This div background color is #080511


#080511 Border Color

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

This div border color is #080511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080511


Comments

No comments written yet.

Please login to write comment.