Color Hex Logo

#d59fdd Color Hex

#D59FDD
(213,159,221)
0 Favorites   0 Comments

Color spaces of #d59fdd

RGB 213159221
HSL0.810.480.75
HSV292°28°87°
CMYK 0.040.280.00   0.13
XYZ52.889944.162974.1433
Yxy44.16290.30890.2580
Hunter Lab66.455225.7668-19.6306
CIE-Lab72.337230.4944-23.6490

#d59fdd color RGB value is (213,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011111 11011101
Octal 325 237 335
Decimal 213 159 221
Hex D5 9F DD

RGB Percentages of Color #d59fdd

%35.92
%26.81
%37.27

CMYK Percentages of Color #d59fdd

%4
%28
%0
%13

Triadic Colors of #d59fdd

#d59fdd #ddd59f #9fddd5

Analogous Colors of #d59fdd

#d59fdd #dd9fc6 #b69fdd

Monochromatic Colors of #d59fdd

#d59fdd

Complementary Color

#d59fdd #a7dd9f

#d59fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59fdd Color CSS Codes

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

#d59fdd Text Font Color

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

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


#d59fdd Background Color

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

This div background color is #d59fdd


#d59fdd Border Color

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

This div border color is #d59fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59fdd


Comments

No comments written yet.

Please login to write comment.