Color Hex Logo

#76135e Color Hex

#76135E
(118,19,94)
0 Favorites   0 Comments

Color spaces of #76135e

RGB 1181994
HSL0.870.720.27
HSV315°84°46°
CMYK 0.000.840.20   0.54
XYZ9.72455.125411.0664
Yxy5.12540.37520.1978
Hunter Lab22.639337.0540-13.1342
CIE-Lab27.089148.1260-19.0437

#76135e color RGB value is (118,19,94).

#76135e hex color red value is 118, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #76135e hue: 0.87 , saturation: 0.72 and the lightness value of 76135e is 0.27.

The process color (four color CMYK) of #76135e color hex is 0.00, 0.84, 0.20, 0.54. Web safe color of #76135e is #660066. Color #76135e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 01011110
Octal 166 23 136
Decimal 118 19 94
Hex 76 13 5E

RGB Percentages of Color #76135e

%51.08
%8.23
%40.69

CMYK Percentages of Color #76135e

%0
%84
%20
%54

Triadic Colors of #76135e

#76135e #5e7613 #135e76

Analogous Colors of #76135e

#76135e #76132d #5d1376

Monochromatic Colors of #76135e

#76135e

Complementary Color

#76135e #13762b

#76135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76135e Color CSS Codes

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

#76135e Text Font Color

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

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


#76135e Background Color

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

This div background color is #76135e


#76135e Border Color

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

This div border color is #76135e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,19,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76135e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76135e;
  -webkit-box-shadow: 1px 1px 3px 2px #76135e;
  box-shadow:         1px 1px 3px 2px #76135e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76135e


Comments

No comments written yet.

Please login to write comment.