Color Hex Logo

#76135d Color Hex

#76135D
(118,19,93)
0 Favorites   0 Comments

Color spaces of #76135d

RGB 1181993
HSL0.880.720.27
HSV315°84°46°
CMYK 0.000.840.21   0.54
XYZ9.67995.107610.8316
Yxy5.10760.37780.1994
Hunter Lab22.600036.9041-12.5962
CIE-Lab27.039147.9832-18.4649

#76135d color RGB value is (118,19,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 01011101
Octal 166 23 135
Decimal 118 19 93
Hex 76 13 5D

RGB Percentages of Color #76135d

%51.30
%8.26
%40.43

CMYK Percentages of Color #76135d

%0
%84
%21
%54

Triadic Colors of #76135d

#76135d #5d7613 #135d76

Analogous Colors of #76135d

#76135d #76132c #5e1376

Monochromatic Colors of #76135d

#76135d

Complementary Color

#76135d #13762c

#76135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76135d Color CSS Codes

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

#76135d Text Font Color

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

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


#76135d Background Color

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

This div background color is #76135d


#76135d Border Color

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

This div border color is #76135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76135d


Comments

No comments written yet.

Please login to write comment.