Color Hex Logo

#c57ded Color Hex

#C57DED
(197,125,237)
0 Favorites   0 Comments

Color spaces of #c57ded

RGB 197125237
HSL0.770.760.71
HSV279°47°93°
CMYK 0.170.470.00   0.07
XYZ45.645632.652084.0174
Yxy32.65200.28120.2012
Hunter Lab57.141942.5894-47.1764
CIE-Lab63.878147.2503-45.7215

#c57ded color RGB value is (197,125,237).

#c57ded hex color red value is 197, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c57ded hue: 0.77 , saturation: 0.76 and the lightness value of c57ded is 0.71.

The process color (four color CMYK) of #c57ded color hex is 0.17, 0.47, 0.00, 0.07. Web safe color of #c57ded is #cc66ff. Color #c57ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111101 11101101
Octal 305 175 355
Decimal 197 125 237
Hex C5 7D ED

RGB Percentages of Color #c57ded

%35.24
%22.36
%42.40

CMYK Percentages of Color #c57ded

%17
%47
%0
%7

Triadic Colors of #c57ded

#c57ded #edc57d #7dedc5

Analogous Colors of #c57ded

#c57ded #ed7ddd #8d7ded

Monochromatic Colors of #c57ded

#c57ded

Complementary Color

#c57ded #a5ed7d

#c57ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57ded Color CSS Codes

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

#c57ded Text Font Color

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

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


#c57ded Background Color

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

This div background color is #c57ded


#c57ded Border Color

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

This div border color is #c57ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57ded


Comments

No comments written yet.

Please login to write comment.