Color Hex Logo

#c772aa Color Hex

#C772AA
(199,114,170)
0 Favorites   0 Comments

Color spaces of #c772aa

RGB 199114170
HSL0.890.430.61
HSV320°43°78°
CMYK 0.000.430.15   0.22
XYZ36.826227.079041.3160
Yxy27.07900.35000.2574
Hunter Lab52.037535.2563-10.6480
CIE-Lab59.047441.0300-15.4016

#c772aa color RGB value is (199,114,170).

#c772aa hex color red value is 199, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c772aa hue: 0.89 , saturation: 0.43 and the lightness value of c772aa is 0.61.

The process color (four color CMYK) of #c772aa color hex is 0.00, 0.43, 0.15, 0.22. Web safe color of #c772aa is #cc6699. Color #c772aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110010 10101010
Octal 307 162 252
Decimal 199 114 170
Hex C7 72 AA

RGB Percentages of Color #c772aa

%41.20
%23.60
%35.20

CMYK Percentages of Color #c772aa

%0
%43
%15
%22

Triadic Colors of #c772aa

#c772aa #aac772 #72aac7

Analogous Colors of #c772aa

#c772aa #c77280 #ba72c7

Monochromatic Colors of #c772aa

#c772aa

Complementary Color

#c772aa #72c78f

#c772aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c772aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c772aa Color CSS Codes

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

#c772aa Text Font Color

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

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


#c772aa Background Color

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

This div background color is #c772aa


#c772aa Border Color

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

This div border color is #c772aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,114,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c772aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c772aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c772aa;
  box-shadow:         1px 1px 3px 2px #c772aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,114,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c772aa


Comments

No comments written yet.

Please login to write comment.