Color Hex Logo

#c772af Color Hex

#C772AF
(199,114,175)
0 Favorites   0 Comments

Color spaces of #c772af

RGB 199114175
HSL0.880.430.61
HSV317°43°78°
CMYK 0.000.430.12   0.22
XYZ37.308427.271943.8551
Yxy27.27190.34410.2515
Hunter Lab52.222536.1332-13.2344
CIE-Lab59.225241.8477-18.0024

#c772af color RGB value is (199,114,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110010 10101111
Octal 307 162 257
Decimal 199 114 175
Hex C7 72 AF

RGB Percentages of Color #c772af

%40.78
%23.36
%35.86

CMYK Percentages of Color #c772af

%0
%43
%12
%22

Triadic Colors of #c772af

#c772af #afc772 #72afc7

Analogous Colors of #c772af

#c772af #c77285 #b572c7

Monochromatic Colors of #c772af

#c772af

Complementary Color

#c772af #72c78a

#c772af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c772af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c772af Color CSS Codes

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

#c772af Text Font Color

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

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


#c772af Background Color

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

This div background color is #c772af


#c772af Border Color

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

This div border color is #c772af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c772af


Comments

No comments written yet.

Please login to write comment.