Color Hex Logo

#d59edd Color Hex

#D59EDD
(213,158,221)
0 Favorites   0 Comments

Color spaces of #d59edd

RGB 213158221
HSL0.810.480.74
HSV292°29°87°
CMYK 0.040.290.00   0.13
XYZ52.718643.820374.0862
Yxy43.82030.30900.2568
Hunter Lab66.196926.3112-20.0183
CIE-Lab72.108231.0371-23.9987

#d59edd color RGB value is (213,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 11011101
Octal 325 236 335
Decimal 213 158 221
Hex D5 9E DD

RGB Percentages of Color #d59edd

%35.98
%26.69
%37.33

CMYK Percentages of Color #d59edd

%4
%29
%0
%13

Triadic Colors of #d59edd

#d59edd #ddd59e #9eddd5

Analogous Colors of #d59edd

#d59edd #dd9ec6 #b69edd

Monochromatic Colors of #d59edd

#d59edd

Complementary Color

#d59edd #a6dd9e

#d59edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59edd Color CSS Codes

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

#d59edd Text Font Color

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

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


#d59edd Background Color

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

This div background color is #d59edd


#d59edd Border Color

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

This div border color is #d59edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59edd


Comments

No comments written yet.

Please login to write comment.