Color Hex Logo

#c59cde Color Hex

#C59CDE
(197,156,222)
0 Favorites   0 Comments

Color spaces of #c59cde

RGB 197156222
HSL0.770.500.74
HSV277°30°87°
CMYK 0.110.300.00   0.13
XYZ48.099240.921274.4707
Yxy40.92120.29420.2503
Hunter Lab63.969722.2683-24.2440
CIE-Lab70.120727.2365-27.7293

#c59cde color RGB value is (197,156,222).

#c59cde hex color red value is 197, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c59cde hue: 0.77 , saturation: 0.50 and the lightness value of c59cde is 0.74.

The process color (four color CMYK) of #c59cde color hex is 0.11, 0.30, 0.00, 0.13. Web safe color of #c59cde is #cc99cc. Color #c59cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011100 11011110
Octal 305 234 336
Decimal 197 156 222
Hex C5 9C DE

RGB Percentages of Color #c59cde

%34.26
%27.13
%38.61

CMYK Percentages of Color #c59cde

%11
%30
%0
%13

Triadic Colors of #c59cde

#c59cde #dec59c #9cdec5

Analogous Colors of #c59cde

#c59cde #de9cd6 #a49cde

Monochromatic Colors of #c59cde

#c59cde

Complementary Color

#c59cde #b5de9c

#c59cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59cde Color CSS Codes

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

#c59cde Text Font Color

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

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


#c59cde Background Color

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

This div background color is #c59cde


#c59cde Border Color

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

This div border color is #c59cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59cde


Comments

No comments written yet.

Please login to write comment.