Color Hex Logo

#d59dcd Color Hex

#D59DCD
(213,157,205)
0 Favorites   0 Comments

Color spaces of #d59dcd

RGB 213157205
HSL0.860.400.73
HSV309°26°84°
CMYK 0.000.260.04   0.16
XYZ50.517042.667963.3308
Yxy42.66790.32280.2726
Hunter Lab65.320723.7352-11.7594
CIE-Lab71.329028.5957-16.3809

#d59dcd color RGB value is (213,157,205).

#d59dcd hex color red value is 213, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d59dcd hue: 0.86 , saturation: 0.40 and the lightness value of d59dcd is 0.73.

The process color (four color CMYK) of #d59dcd color hex is 0.00, 0.26, 0.04, 0.16. Web safe color of #d59dcd is #cc99cc. Color #d59dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 11001101
Octal 325 235 315
Decimal 213 157 205
Hex D5 9D CD

RGB Percentages of Color #d59dcd

%37.04
%27.30
%35.65

CMYK Percentages of Color #d59dcd

%0
%26
%4
%16

Triadic Colors of #d59dcd

#d59dcd #cdd59d #9dcdd5

Analogous Colors of #d59dcd

#d59dcd #d59db1 #c19dd5

Monochromatic Colors of #d59dcd

#d59dcd

Complementary Color

#d59dcd #9dd5a5

#d59dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59dcd Color CSS Codes

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

#d59dcd Text Font Color

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

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


#d59dcd Background Color

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

This div background color is #d59dcd


#d59dcd Border Color

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

This div border color is #d59dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59dcd


Comments

No comments written yet.

Please login to write comment.