Color Hex Logo

#d59ccd Color Hex

#D59CCD
(213,156,205)
0 Favorites   0 Comments

Color spaces of #d59ccd

RGB 213156205
HSL0.860.400.72
HSV308°27°84°
CMYK 0.000.270.04   0.16
XYZ50.348542.330863.2746
Yxy42.33080.32280.2714
Hunter Lab65.062124.2740-12.1176
CIE-Lab71.098429.1388-16.7291

#d59ccd color RGB value is (213,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 11001101
Octal 325 234 315
Decimal 213 156 205
Hex D5 9C CD

RGB Percentages of Color #d59ccd

%37.11
%27.18
%35.71

CMYK Percentages of Color #d59ccd

%0
%27
%4
%16

Triadic Colors of #d59ccd

#d59ccd #cdd59c #9ccdd5

Analogous Colors of #d59ccd

#d59ccd #d59cb1 #c19cd5

Monochromatic Colors of #d59ccd

#d59ccd

Complementary Color

#d59ccd #9cd5a4

#d59ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59ccd Color CSS Codes

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

#d59ccd Text Font Color

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

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


#d59ccd Background Color

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

This div background color is #d59ccd


#d59ccd Border Color

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

This div border color is #d59ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59ccd


Comments

No comments written yet.

Please login to write comment.