Color Hex Logo

#c57ede Color Hex

#C57EDE
(197,126,222)
0 Favorites   0 Comments

Color spaces of #c57ede

RGB 197126222
HSL0.790.590.68
HSV284°43°87°
CMYK 0.110.430.00   0.13
XYZ43.671632.066072.9948
Yxy32.06600.29360.2156
Hunter Lab56.626838.5653-36.7889
CIE-Lab63.397443.5947-38.1493

#c57ede color RGB value is (197,126,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111110 11011110
Octal 305 176 336
Decimal 197 126 222
Hex C5 7E DE

RGB Percentages of Color #c57ede

%36.15
%23.12
%40.73

CMYK Percentages of Color #c57ede

%11
%43
%0
%13

Triadic Colors of #c57ede

#c57ede #dec57e #7edec5

Analogous Colors of #c57ede

#c57ede #de7ec7 #957ede

Monochromatic Colors of #c57ede

#c57ede

Complementary Color

#c57ede #97de7e

#c57ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ede Color CSS Codes

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

#c57ede Text Font Color

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

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


#c57ede Background Color

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

This div background color is #c57ede


#c57ede Border Color

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

This div border color is #c57ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ede


Comments

No comments written yet.

Please login to write comment.