Color Hex Logo

#c59ddb Color Hex

#C59DDB
(197,157,219)
0 Favorites   0 Comments

Color spaces of #c59ddb

RGB 197157219
HSL0.770.460.74
HSV279°28°86°
CMYK 0.100.280.00   0.14
XYZ47.869141.098772.4277
Yxy41.09870.29660.2546
Hunter Lab64.108321.0950-22.1084
CIE-Lab70.245026.0642-25.8885

#c59ddb color RGB value is (197,157,219).

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

The process color (four color CMYK) of #c59ddb color hex is 0.10, 0.28, 0.00, 0.14. Web safe color of #c59ddb is #cc99cc. Color #c59ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011101 11011011
Octal 305 235 333
Decimal 197 157 219
Hex C5 9D DB

RGB Percentages of Color #c59ddb

%34.38
%27.40
%38.22

CMYK Percentages of Color #c59ddb

%10
%28
%0
%14

Triadic Colors of #c59ddb

#c59ddb #dbc59d #9ddbc5

Analogous Colors of #c59ddb

#c59ddb #db9dd2 #a69ddb

Monochromatic Colors of #c59ddb

#c59ddb

Complementary Color

#c59ddb #b3db9d

#c59ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ddb Color CSS Codes

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

#c59ddb Text Font Color

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

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


#c59ddb Background Color

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

This div background color is #c59ddb


#c59ddb Border Color

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

This div border color is #c59ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ddb


Comments

No comments written yet.

Please login to write comment.