Color Hex Logo

#c57eba Color Hex

#C57EBA
(197,126,186)
0 Favorites   0 Comments

Color spaces of #c57eba

RGB 197126186
HSL0.860.380.63
HSV309°36°77°
CMYK 0.000.360.06   0.23
XYZ39.349730.337250.2361
Yxy30.33720.32810.2530
Hunter Lab55.079231.1354-15.5212
CIE-Lab61.944136.6869-20.1564

#c57eba color RGB value is (197,126,186).

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

The process color (four color CMYK) of #c57eba color hex is 0.00, 0.36, 0.06, 0.23. Web safe color of #c57eba is #cc66cc. Color #c57eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 10111010
Octal 305 176 272
Decimal 197 126 186
Hex C5 7E BA

RGB Percentages of Color #c57eba

%38.70
%24.75
%36.54

CMYK Percentages of Color #c57eba

%0
%36
%6
%23

Triadic Colors of #c57eba

#c57eba #bac57e #7ebac5

Analogous Colors of #c57eba

#c57eba #c57e97 #ad7ec5

Monochromatic Colors of #c57eba

#c57eba

Complementary Color

#c57eba #7ec589

#c57eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57eba Color CSS Codes

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

#c57eba Text Font Color

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

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


#c57eba Background Color

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

This div background color is #c57eba


#c57eba Border Color

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

This div border color is #c57eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57eba


Comments

No comments written yet.

Please login to write comment.