Color Hex Logo

#77175e Color Hex

#77175E
(119,23,94)
0 Favorites   0 Comments

Color spaces of #77175e

RGB 1192394
HSL0.880.680.28
HSV316°81°47°
CMYK 0.000.810.21   0.53
XYZ9.93455.342911.0973
Yxy5.34290.37670.2026
Hunter Lab23.114736.2670-12.2846
CIE-Lab27.690247.2065-18.0941

#77175e color RGB value is (119,23,94).

#77175e hex color red value is 119, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #77175e hue: 0.88 , saturation: 0.68 and the lightness value of 77175e is 0.28.

The process color (four color CMYK) of #77175e color hex is 0.00, 0.81, 0.21, 0.53. Web safe color of #77175e is #660066. Color #77175e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010111 01011110
Octal 167 27 136
Decimal 119 23 94
Hex 77 17 5E

RGB Percentages of Color #77175e

%50.42
%9.75
%39.83

CMYK Percentages of Color #77175e

%0
%81
%21
%53

Triadic Colors of #77175e

#77175e #5e7717 #175e77

Analogous Colors of #77175e

#77175e #77172e #601777

Monochromatic Colors of #77175e

#77175e

Complementary Color

#77175e #177730

#77175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77175e Color CSS Codes

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

#77175e Text Font Color

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

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


#77175e Background Color

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

This div background color is #77175e


#77175e Border Color

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

This div border color is #77175e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,23,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 #77175e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77175e


Comments

No comments written yet.

Please login to write comment.