Color Hex Logo

#d59ddf Color Hex

#D59DDF
(213,157,223)
0 Favorites   0 Comments

Color spaces of #d59ddf

RGB 213157223
HSL0.810.510.75
HSV291°30°87°
CMYK 0.040.300.00   0.13
XYZ52.816843.587875.4416
Yxy43.58780.30730.2536
Hunter Lab66.021127.2630-21.5353
CIE-Lab71.952131.9649-25.3341

#d59ddf color RGB value is (213,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 11011111
Octal 325 235 337
Decimal 213 157 223
Hex D5 9D DF

RGB Percentages of Color #d59ddf

%35.92
%26.48
%37.61

CMYK Percentages of Color #d59ddf

%4
%30
%0
%13

Triadic Colors of #d59ddf

#d59ddf #dfd59d #9ddfd5

Analogous Colors of #d59ddf

#d59ddf #df9dc8 #b49ddf

Monochromatic Colors of #d59ddf

#d59ddf

Complementary Color

#d59ddf #a7df9d

#d59ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59ddf Color CSS Codes

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

#d59ddf Text Font Color

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

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


#d59ddf Background Color

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

This div background color is #d59ddf


#d59ddf Border Color

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

This div border color is #d59ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59ddf


Comments

No comments written yet.

Please login to write comment.