Color Hex Logo

#c59dde Color Hex

#C59DDE
(197,157,222)
0 Favorites   0 Comments

Color spaces of #c59dde

RGB 197157222
HSL0.770.500.74
HSV277°29°87°
CMYK 0.110.290.00   0.13
XYZ48.267741.258274.5269
Yxy41.25820.29420.2515
Hunter Lab64.232521.7273-23.8294
CIE-Lab70.356426.6850-27.3671

#c59dde color RGB value is (197,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011101 11011110
Octal 305 235 336
Decimal 197 157 222
Hex C5 9D DE

RGB Percentages of Color #c59dde

%34.20
%27.26
%38.54

CMYK Percentages of Color #c59dde

%11
%29
%0
%13

Triadic Colors of #c59dde

#c59dde #dec59d #9ddec5

Analogous Colors of #c59dde

#c59dde #de9dd7 #a59dde

Monochromatic Colors of #c59dde

#c59dde

Complementary Color

#c59dde #b6de9d

#c59dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59dde Color CSS Codes

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

#c59dde Text Font Color

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

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


#c59dde Background Color

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

This div background color is #c59dde


#c59dde Border Color

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

This div border color is #c59dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59dde


Comments

No comments written yet.

Please login to write comment.