Color Hex Logo

#510666 Color Hex

#510666
(81,6,102)
0 Favorites   0 Comments

Color spaces of #510666

RGB 816102
HSL0.800.890.21
HSV287°94°40°
CMYK 0.210.940.00   0.60
XYZ5.85672.838912.8096
Yxy2.83890.27230.1320
Hunter Lab16.849032.5605-33.2813
CIE-Lab19.386844.9590-36.9873

#510666 color RGB value is (81,6,102).

#510666 hex color red value is 81, green value is 6 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #510666 hue: 0.80 , saturation: 0.89 and the lightness value of 510666 is 0.21.

The process color (four color CMYK) of #510666 color hex is 0.21, 0.94, 0.00, 0.60. Web safe color of #510666 is #660066. Color #510666 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000110 01100110
Octal 121 6 146
Decimal 81 6 102
Hex 51 6 66

RGB Percentages of Color #510666

%42.86
%3.17
%53.97

CMYK Percentages of Color #510666

%21
%94
%0
%60

Triadic Colors of #510666

#510666 #665106 #066651

Analogous Colors of #510666

#510666 #66064b #210666

Monochromatic Colors of #510666

#510666

Complementary Color

#510666 #1b6606

#510666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510666 Color CSS Codes

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

#510666 Text Font Color

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

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


#510666 Background Color

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

This div background color is #510666


#510666 Border Color

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

This div border color is #510666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510666


Comments

No comments written yet.

Please login to write comment.