Color Hex Logo

#c57cad Color Hex

#C57CAD
(197,124,173)
0 Favorites   0 Comments

Color spaces of #c57cad

RGB 197124173
HSL0.890.390.63
HSV320°37°77°
CMYK 0.000.370.12   0.23
XYZ37.776429.302843.2001
Yxy29.30280.34260.2657
Hunter Lab54.132129.8362-9.4240
CIE-Lab61.047935.5153-14.1207

#c57cad color RGB value is (197,124,173).

#c57cad hex color red value is 197, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c57cad hue: 0.89 , saturation: 0.39 and the lightness value of c57cad is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111100 10101101
Octal 305 174 255
Decimal 197 124 173
Hex C5 7C AD

RGB Percentages of Color #c57cad

%39.88
%25.10
%35.02

CMYK Percentages of Color #c57cad

%0
%37
%12
%23

Triadic Colors of #c57cad

#c57cad #adc57c #7cadc5

Analogous Colors of #c57cad

#c57cad #c57c89 #b97cc5

Monochromatic Colors of #c57cad

#c57cad

Complementary Color

#c57cad #7cc594

#c57cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57cad Color CSS Codes

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

#c57cad Text Font Color

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

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


#c57cad Background Color

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

This div background color is #c57cad


#c57cad Border Color

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

This div border color is #c57cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,124,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 #c57cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57cad


Comments

No comments written yet.

Please login to write comment.