Color Hex Logo

#c57ccf Color Hex

#C57CCF
(197,124,207)
0 Favorites   0 Comments

Color spaces of #c57ccf

RGB 197124207
HSL0.810.460.65
HSV293°40°81°
CMYK 0.050.400.00   0.19
XYZ41.496130.790662.7876
Yxy30.79060.30720.2280
Hunter Lab55.489336.3800-28.2457
CIE-Lab62.330541.6775-31.4169

#c57ccf color RGB value is (197,124,207).

#c57ccf hex color red value is 197, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c57ccf hue: 0.81 , saturation: 0.46 and the lightness value of c57ccf is 0.65.

The process color (four color CMYK) of #c57ccf color hex is 0.05, 0.40, 0.00, 0.19. Web safe color of #c57ccf is #cc66cc. Color #c57ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111100 11001111
Octal 305 174 317
Decimal 197 124 207
Hex C5 7C CF

RGB Percentages of Color #c57ccf

%37.31
%23.48
%39.20

CMYK Percentages of Color #c57ccf

%5
%40
%0
%19

Triadic Colors of #c57ccf

#c57ccf #cfc57c #7ccfc5

Analogous Colors of #c57ccf

#c57ccf #cf7cb0 #9c7ccf

Monochromatic Colors of #c57ccf

#c57ccf

Complementary Color

#c57ccf #86cf7c

#c57ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ccf Color CSS Codes

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

#c57ccf Text Font Color

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

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


#c57ccf Background Color

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

This div background color is #c57ccf


#c57ccf Border Color

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

This div border color is #c57ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ccf


Comments

No comments written yet.

Please login to write comment.