Color Hex Logo

#c57ccc Color Hex

#C57CCC
(197,124,204)
0 Favorites   0 Comments

Color spaces of #c57ccc

RGB 197124204
HSL0.820.440.64
HSV295°39°80°
CMYK 0.030.390.00   0.20
XYZ41.132730.645360.8739
Yxy30.64530.31010.2310
Hunter Lab55.358235.7537-26.4467
CIE-Lab62.207141.0989-29.9210

#c57ccc color RGB value is (197,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111100 11001100
Octal 305 174 314
Decimal 197 124 204
Hex C5 7C CC

RGB Percentages of Color #c57ccc

%37.52
%23.62
%38.86

CMYK Percentages of Color #c57ccc

%3
%39
%0
%20

Triadic Colors of #c57ccc

#c57ccc #ccc57c #7cccc5

Analogous Colors of #c57ccc

#c57ccc #cc7cab #9d7ccc

Monochromatic Colors of #c57ccc

#c57ccc

Complementary Color

#c57ccc #83cc7c

#c57ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ccc Color CSS Codes

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

#c57ccc Text Font Color

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

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


#c57ccc Background Color

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

This div background color is #c57ccc


#c57ccc Border Color

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

This div border color is #c57ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ccc


Comments

No comments written yet.

Please login to write comment.