Color Hex Logo

#761566 Color Hex

#761566
(118,21,102)
0 Favorites   0 Comments

Color spaces of #761566

RGB 11821102
HSL0.860.700.27
HSV310°82°46°
CMYK 0.000.820.14   0.54
XYZ10.13775.347213.0682
Yxy5.34720.35500.1873
Hunter Lab23.124037.7884-17.3201
CIE-Lab27.701948.7510-23.3060

#761566 color RGB value is (118,21,102).

#761566 hex color red value is 118, green value is 21 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #761566 hue: 0.86 , saturation: 0.70 and the lightness value of 761566 is 0.27.

The process color (four color CMYK) of #761566 color hex is 0.00, 0.82, 0.14, 0.54. Web safe color of #761566 is #660066. Color #761566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01100110
Octal 166 25 146
Decimal 118 21 102
Hex 76 15 66

RGB Percentages of Color #761566

%48.96
%8.71
%42.32

CMYK Percentages of Color #761566

%0
%82
%14
%54

Triadic Colors of #761566

#761566 #667615 #156676

Analogous Colors of #761566

#761566 #761536 #551576

Monochromatic Colors of #761566

#761566

Complementary Color

#761566 #157625

#761566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761566 Color CSS Codes

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

#761566 Text Font Color

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

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


#761566 Background Color

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

This div background color is #761566


#761566 Border Color

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

This div border color is #761566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,21,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 #761566">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761566


Comments

No comments written yet.

Please login to write comment.