Color Hex Logo

#d59cde Color Hex

#D59CDE
(213,156,222)
0 Favorites   0 Comments

Color spaces of #d59cde

RGB 213156222
HSL0.810.500.74
HSV292°30°87°
CMYK 0.040.300.00   0.13
XYZ52.513943.197074.6773
Yxy43.19700.30820.2535
Hunter Lab65.724427.6040-21.3593
CIE-Lab71.688532.3140-25.1890

#d59cde color RGB value is (213,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 11011110
Octal 325 234 336
Decimal 213 156 222
Hex D5 9C DE

RGB Percentages of Color #d59cde

%36.04
%26.40
%37.56

CMYK Percentages of Color #d59cde

%4
%30
%0
%13

Triadic Colors of #d59cde

#d59cde #ded59c #9cded5

Analogous Colors of #d59cde

#d59cde #de9cc6 #b49cde

Monochromatic Colors of #d59cde

#d59cde

Complementary Color

#d59cde #a5de9c

#d59cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59cde Color CSS Codes

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

#d59cde Text Font Color

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

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


#d59cde Background Color

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

This div background color is #d59cde


#d59cde Border Color

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

This div border color is #d59cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59cde


Comments

No comments written yet.

Please login to write comment.