Color Hex Logo

#761d57 Color Hex

#761D57
(118,29,87)
0 Favorites   0 Comments

Color spaces of #761d57

RGB 1182987
HSL0.890.610.29
HSV321°75°46°
CMYK 0.000.750.26   0.54
XYZ9.63095.41849.5551
Yxy5.41840.39140.2202
Hunter Lab23.277533.1177-8.0436
CIE-Lab27.895043.8995-13.1958

#761d57 color RGB value is (118,29,87).

#761d57 hex color red value is 118, green value is 29 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #761d57 hue: 0.89 , saturation: 0.61 and the lightness value of 761d57 is 0.29.

The process color (four color CMYK) of #761d57 color hex is 0.00, 0.75, 0.26, 0.54. Web safe color of #761d57 is #663366. Color #761d57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011101 01010111
Octal 166 35 127
Decimal 118 29 87
Hex 76 1D 57

RGB Percentages of Color #761d57

%50.43
%12.39
%37.18

CMYK Percentages of Color #761d57

%0
%75
%26
%54

Triadic Colors of #761d57

#761d57 #57761d #1d5776

Analogous Colors of #761d57

#761d57 #761d2b #691d76

Monochromatic Colors of #761d57

#761d57

Complementary Color

#761d57 #1d763c

#761d57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761d57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761d57 Color CSS Codes

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

#761d57 Text Font Color

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

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


#761d57 Background Color

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

This div background color is #761d57


#761d57 Border Color

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

This div border color is #761d57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,29,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761d57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761d57;
  -webkit-box-shadow: 1px 1px 3px 2px #761d57;
  box-shadow:         1px 1px 3px 2px #761d57; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,29,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761d57


Comments

No comments written yet.

Please login to write comment.