Color Hex Logo

#c57eac Color Hex

#C57EAC
(197,126,172)
0 Favorites   0 Comments

Color spaces of #c57eac

RGB 197126172
HSL0.890.380.63
HSV321°36°77°
CMYK 0.000.360.13   0.23
XYZ37.933229.770642.7767
Yxy29.77060.34330.2695
Hunter Lab54.562428.6135-8.2894
CIE-Lab61.455834.2653-12.9358

#c57eac color RGB value is (197,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 10101100
Octal 305 176 254
Decimal 197 126 172
Hex C5 7E AC

RGB Percentages of Color #c57eac

%39.80
%25.45
%34.75

CMYK Percentages of Color #c57eac

%0
%36
%13
%23

Triadic Colors of #c57eac

#c57eac #acc57e #7eacc5

Analogous Colors of #c57eac

#c57eac #c57e89 #bb7ec5

Monochromatic Colors of #c57eac

#c57eac

Complementary Color

#c57eac #7ec597

#c57eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57eac Color CSS Codes

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

#c57eac Text Font Color

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

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


#c57eac Background Color

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

This div background color is #c57eac


#c57eac Border Color

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

This div border color is #c57eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57eac


Comments

No comments written yet.

Please login to write comment.