Color Hex Logo

#c57dae Color Hex

#C57DAE
(197,125,174)
0 Favorites   0 Comments

Color spaces of #c57dae

RGB 197125174
HSL0.890.380.63
HSV319°37°77°
CMYK 0.000.370.12   0.23
XYZ37.999629.593543.7537
Yxy29.59350.34130.2658
Hunter Lab54.399929.4866-9.6069
CIE-Lab61.301935.1433-14.3079

#c57dae color RGB value is (197,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111101 10101110
Octal 305 175 256
Decimal 197 125 174
Hex C5 7D AE

RGB Percentages of Color #c57dae

%39.72
%25.20
%35.08

CMYK Percentages of Color #c57dae

%0
%37
%12
%23

Triadic Colors of #c57dae

#c57dae #aec57d #7daec5

Analogous Colors of #c57dae

#c57dae #c57d8a #b87dc5

Monochromatic Colors of #c57dae

#c57dae

Complementary Color

#c57dae #7dc594

#c57dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57dae Color CSS Codes

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

#c57dae Text Font Color

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

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


#c57dae Background Color

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

This div background color is #c57dae


#c57dae Border Color

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

This div border color is #c57dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57dae


Comments

No comments written yet.

Please login to write comment.