Color Hex Logo

#510608 Color Hex

#510608
(81,6,8)
0 Favorites   0 Comments

Color spaces of #510608

RGB 8168
HSL1.000.860.17
HSV358°93°32°
CMYK 0.000.930.90   0.68
XYZ3.50231.89710.4113
Yxy1.89710.60270.3265
Hunter Lab13.773521.28497.8710
CIE-Lab14.937733.030619.8717

#510608 color RGB value is (81,6,8).

#510608 hex color red value is 81, green value is 6 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #510608 hue: 1.00 , saturation: 0.86 and the lightness value of 510608 is 0.17.

The process color (four color CMYK) of #510608 color hex is 0.00, 0.93, 0.90, 0.68. Web safe color of #510608 is #660000. Color #510608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000110 00001000
Octal 121 6 10
Decimal 81 6 8
Hex 51 6 8

RGB Percentages of Color #510608

%85.26
%6.32
%8.42

CMYK Percentages of Color #510608

%0
%93
%90
%68

Triadic Colors of #510608

#510608 #085106 #060851

Analogous Colors of #510608

#510608 #512a06 #51062d

Monochromatic Colors of #510608

#510608

Complementary Color

#510608 #06514f

#510608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510608 Color CSS Codes

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

#510608 Text Font Color

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

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


#510608 Background Color

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

This div background color is #510608


#510608 Border Color

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

This div border color is #510608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510608


Comments

No comments written yet.

Please login to write comment.