Color Hex Logo

#c572ad Color Hex

#C572AD
(197,114,173)
0 Favorites   0 Comments

Color spaces of #c572ad

RGB 197114173
HSL0.880.420.61
HSV317°42°77°
CMYK 0.000.420.12   0.23
XYZ36.586126.922142.8033
Yxy26.92210.34410.2532
Hunter Lab51.886535.0621-12.5902
CIE-Lab58.902240.8620-17.3690

#c572ad color RGB value is (197,114,173).

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

The process color (four color CMYK) of #c572ad color hex is 0.00, 0.42, 0.12, 0.23. Web safe color of #c572ad is #cc6699. Color #c572ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110010 10101101
Octal 305 162 255
Decimal 197 114 173
Hex C5 72 AD

RGB Percentages of Color #c572ad

%40.70
%23.55
%35.74

CMYK Percentages of Color #c572ad

%0
%42
%12
%23

Triadic Colors of #c572ad

#c572ad #adc572 #72adc5

Analogous Colors of #c572ad

#c572ad #c57284 #b472c5

Monochromatic Colors of #c572ad

#c572ad

Complementary Color

#c572ad #72c58a

#c572ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c572ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c572ad Color CSS Codes

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

#c572ad Text Font Color

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

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


#c572ad Background Color

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

This div background color is #c572ad


#c572ad Border Color

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

This div border color is #c572ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c572ad


Comments

No comments written yet.

Please login to write comment.