Color Hex Logo

#d59ddd Color Hex

#D59DDD
(213,157,221)
0 Favorites   0 Comments

Color spaces of #d59ddd

RGB 213157221
HSL0.810.480.74
HSV293°29°87°
CMYK 0.040.290.00   0.13
XYZ52.548743.480574.0296
Yxy43.48050.30900.2557
Hunter Lab65.939726.8557-20.4062
CIE-Lab71.879931.5795-24.3476

#d59ddd color RGB value is (213,157,221).

#d59ddd hex color red value is 213, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d59ddd hue: 0.81 , saturation: 0.48 and the lightness value of d59ddd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 11011101
Octal 325 235 335
Decimal 213 157 221
Hex D5 9D DD

RGB Percentages of Color #d59ddd

%36.04
%26.57
%37.39

CMYK Percentages of Color #d59ddd

%4
%29
%0
%13

Triadic Colors of #d59ddd

#d59ddd #ddd59d #9dddd5

Analogous Colors of #d59ddd

#d59ddd #dd9dc5 #b59ddd

Monochromatic Colors of #d59ddd

#d59ddd

Complementary Color

#d59ddd #a5dd9d

#d59ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59ddd Color CSS Codes

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

#d59ddd Text Font Color

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

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


#d59ddd Background Color

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

This div background color is #d59ddd


#d59ddd Border Color

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

This div border color is #d59ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59ddd

#d59ddd Color Palettes


Comments

No comments written yet.

Please login to write comment.