Color Hex Logo

#77135c Color Hex

#77135C
(119,19,92)
0 Favorites   0 Comments

Color spaces of #77135c

RGB 1191992
HSL0.880.720.27
HSV316°84°47°
CMYK 0.000.840.23   0.53
XYZ9.77245.160410.6062
Yxy5.16040.38260.2021
Hunter Lab22.716537.0349-11.7806
CIE-Lab27.186948.0875-17.5628

#77135c color RGB value is (119,19,92).

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

The process color (four color CMYK) of #77135c color hex is 0.00, 0.84, 0.23, 0.53. Web safe color of #77135c is #660066. Color #77135c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010011 01011100
Octal 167 23 134
Decimal 119 19 92
Hex 77 13 5C

RGB Percentages of Color #77135c

%51.74
%8.26
%40.00

CMYK Percentages of Color #77135c

%0
%84
%23
%53

Triadic Colors of #77135c

#77135c #5c7713 #135c77

Analogous Colors of #77135c

#77135c #77132a #601377

Monochromatic Colors of #77135c

#77135c

Complementary Color

#77135c #13772e

#77135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77135c Color CSS Codes

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

#77135c Text Font Color

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

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


#77135c Background Color

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

This div background color is #77135c


#77135c Border Color

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

This div border color is #77135c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,19,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77135c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77135c;
  -webkit-box-shadow: 1px 1px 3px 2px #77135c;
  box-shadow:         1px 1px 3px 2px #77135c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77135c


Comments

No comments written yet.

Please login to write comment.