Color Hex Logo

#c57ecc Color Hex

#C57ECC
(197,126,204)
0 Favorites   0 Comments

Color spaces of #c57ecc

RGB 197126204
HSL0.820.430.65
HSV295°38°80°
CMYK 0.030.380.00   0.20
XYZ41.385931.151760.9583
Yxy31.15170.31000.2334
Hunter Lab55.813734.6839-25.6854
CIE-Lab62.635540.0267-29.2584

#c57ecc color RGB value is (197,126,204).

#c57ecc hex color red value is 197, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c57ecc hue: 0.82 , saturation: 0.43 and the lightness value of c57ecc is 0.65.

The process color (four color CMYK) of #c57ecc color hex is 0.03, 0.38, 0.00, 0.20. Web safe color of #c57ecc is #cc66cc. Color #c57ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 11001100
Octal 305 176 314
Decimal 197 126 204
Hex C5 7E CC

RGB Percentages of Color #c57ecc

%37.38
%23.91
%38.71

CMYK Percentages of Color #c57ecc

%3
%38
%0
%20

Triadic Colors of #c57ecc

#c57ecc #ccc57e #7eccc5

Analogous Colors of #c57ecc

#c57ecc #cc7eac #9e7ecc

Monochromatic Colors of #c57ecc

#c57ecc

Complementary Color

#c57ecc #85cc7e

#c57ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ecc Color CSS Codes

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

#c57ecc Text Font Color

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

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


#c57ecc Background Color

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

This div background color is #c57ecc


#c57ecc Border Color

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

This div border color is #c57ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ecc


Comments

No comments written yet.

Please login to write comment.