Color Hex Logo

#c57ead Color Hex

#C57EAD
(197,126,173)
0 Favorites   0 Comments

Color spaces of #c57ead

RGB 197126173
HSL0.890.380.63
HSV320°36°77°
CMYK 0.000.360.12   0.23
XYZ38.029629.809243.2845
Yxy29.80920.34220.2683
Hunter Lab54.597828.7864-8.7860
CIE-Lab61.489234.4327-13.4554

#c57ead color RGB value is (197,126,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 10101101
Octal 305 176 255
Decimal 197 126 173
Hex C5 7E AD

RGB Percentages of Color #c57ead

%39.72
%25.40
%34.88

CMYK Percentages of Color #c57ead

%0
%36
%12
%23

Triadic Colors of #c57ead

#c57ead #adc57e #7eadc5

Analogous Colors of #c57ead

#c57ead #c57e8a #ba7ec5

Monochromatic Colors of #c57ead

#c57ead

Complementary Color

#c57ead #7ec596

#c57ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ead Color CSS Codes

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

#c57ead Text Font Color

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

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


#c57ead Background Color

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

This div background color is #c57ead


#c57ead Border Color

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

This div border color is #c57ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ead


Comments

No comments written yet.

Please login to write comment.