Color Hex Logo

#c59ded Color Hex

#C59DED
(197,157,237)
0 Favorites   0 Comments

Color spaces of #c59ded

RGB 197157237
HSL0.750.690.77
HSV270°34°93°
CMYK 0.170.340.00   0.07
XYZ50.369042.098785.5919
Yxy42.09870.28290.2364
Hunter Lab64.883525.0232-32.7947
CIE-Lab70.938929.8811-34.6865

#c59ded color RGB value is (197,157,237).

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

The process color (four color CMYK) of #c59ded color hex is 0.17, 0.34, 0.00, 0.07. Web safe color of #c59ded is #cc99ff. Color #c59ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011101 11101101
Octal 305 235 355
Decimal 197 157 237
Hex C5 9D ED

RGB Percentages of Color #c59ded

%33.33
%26.57
%40.10

CMYK Percentages of Color #c59ded

%17
%34
%0
%7

Triadic Colors of #c59ded

#c59ded #edc59d #9dedc5

Analogous Colors of #c59ded

#c59ded #ed9ded #9d9ded

Monochromatic Colors of #c59ded

#c59ded

Complementary Color

#c59ded #c5ed9d

#c59ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ded Color CSS Codes

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

#c59ded Text Font Color

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

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


#c59ded Background Color

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

This div background color is #c59ded


#c59ded Border Color

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

This div border color is #c59ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ded


Comments

No comments written yet.

Please login to write comment.