Color Hex Logo

#c572ab Color Hex

#C572AB
(197,114,171)
0 Favorites   0 Comments

Color spaces of #c572ab

RGB 197114171
HSL0.890.420.61
HSV319°42°77°
CMYK 0.000.420.13   0.23
XYZ36.394026.845241.7916
Yxy26.84520.34650.2556
Hunter Lab51.812434.7102-11.5544
CIE-Lab58.830840.5320-16.3285

#c572ab color RGB value is (197,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110010 10101011
Octal 305 162 253
Decimal 197 114 171
Hex C5 72 AB

RGB Percentages of Color #c572ab

%40.87
%23.65
%35.48

CMYK Percentages of Color #c572ab

%0
%42
%13
%23

Triadic Colors of #c572ab

#c572ab #abc572 #72abc5

Analogous Colors of #c572ab

#c572ab #c57282 #b672c5

Monochromatic Colors of #c572ab

#c572ab

Complementary Color

#c572ab #72c58c

#c572ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c572ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c572ab Color CSS Codes

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

#c572ab Text Font Color

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

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


#c572ab Background Color

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

This div background color is #c572ab


#c572ab Border Color

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

This div border color is #c572ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c572ab


Comments

No comments written yet.

Please login to write comment.