Color Hex Logo

#772170 Color Hex

#772170
(119,33,112)
0 Favorites   0 Comments

Color spaces of #772170

RGB 11933112
HSL0.850.570.30
HSV305°72°47°
CMYK 0.000.720.06   0.53
XYZ11.07626.179515.9382
Yxy6.17950.33370.1862
Hunter Lab24.858636.0314-20.6130
CIE-Lab29.860946.5473-26.3333

#772170 color RGB value is (119,33,112).

#772170 hex color red value is 119, green value is 33 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #772170 hue: 0.85 , saturation: 0.57 and the lightness value of 772170 is 0.30.

The process color (four color CMYK) of #772170 color hex is 0.00, 0.72, 0.06, 0.53. Web safe color of #772170 is #663366. Color #772170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100001 01110000
Octal 167 41 160
Decimal 119 33 112
Hex 77 21 70

RGB Percentages of Color #772170

%45.08
%12.50
%42.42

CMYK Percentages of Color #772170

%0
%72
%6
%53

Triadic Colors of #772170

#772170 #707721 #217077

Analogous Colors of #772170

#772170 #772145 #532177

Monochromatic Colors of #772170

#772170

Complementary Color

#772170 #217728

#772170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772170 Color CSS Codes

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

#772170 Text Font Color

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

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


#772170 Background Color

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

This div background color is #772170


#772170 Border Color

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

This div border color is #772170


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,33,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772170; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772170;
  -webkit-box-shadow: 1px 1px 3px 2px #772170;
  box-shadow:         1px 1px 3px 2px #772170; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772170


Comments

No comments written yet.

Please login to write comment.