Color Hex Logo

#c57cde Color Hex

#C57CDE
(197,124,222)
0 Favorites   0 Comments

Color spaces of #c57cde

RGB 197124222
HSL0.790.600.68
HSV285°44°87°
CMYK 0.110.440.00   0.13
XYZ43.418431.559572.9104
Yxy31.55950.29360.2134
Hunter Lab56.177839.6468-37.6250
CIE-Lab62.977144.6591-38.8064

#c57cde color RGB value is (197,124,222).

#c57cde hex color red value is 197, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c57cde hue: 0.79 , saturation: 0.60 and the lightness value of c57cde is 0.68.

The process color (four color CMYK) of #c57cde color hex is 0.11, 0.44, 0.00, 0.13. Web safe color of #c57cde is #cc66cc. Color #c57cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111100 11011110
Octal 305 174 336
Decimal 197 124 222
Hex C5 7C DE

RGB Percentages of Color #c57cde

%36.28
%22.84
%40.88

CMYK Percentages of Color #c57cde

%11
%44
%0
%13

Triadic Colors of #c57cde

#c57cde #dec57c #7cdec5

Analogous Colors of #c57cde

#c57cde #de7cc6 #947cde

Monochromatic Colors of #c57cde

#c57cde

Complementary Color

#c57cde #95de7c

#c57cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57cde Color CSS Codes

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

#c57cde Text Font Color

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

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


#c57cde Background Color

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

This div background color is #c57cde


#c57cde Border Color

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

This div border color is #c57cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57cde


Comments

No comments written yet.

Please login to write comment.