Color Hex Logo

#d581dc Color Hex

#D581DC
(213,129,220)
0 Favorites   0 Comments

Color spaces of #d581dc

RGB 213129220
HSL0.820.570.68
HSV295°41°86°
CMYK 0.030.410.00   0.14
XYZ48.209135.014071.9276
Yxy35.01400.31070.2257
Hunter Lab59.172641.8753-30.6494
CIE-Lab65.759646.3376-33.2193

#d581dc color RGB value is (213,129,220).

#d581dc hex color red value is 213, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d581dc hue: 0.82 , saturation: 0.57 and the lightness value of d581dc is 0.68.

The process color (four color CMYK) of #d581dc color hex is 0.03, 0.41, 0.00, 0.14. Web safe color of #d581dc is #cc99cc. Color #d581dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000001 11011100
Octal 325 201 334
Decimal 213 129 220
Hex D5 81 DC

RGB Percentages of Color #d581dc

%37.90
%22.95
%39.15

CMYK Percentages of Color #d581dc

%3
%41
%0
%14

Triadic Colors of #d581dc

#d581dc #dcd581 #81dcd5

Analogous Colors of #d581dc

#d581dc #dc81b6 #a881dc

Monochromatic Colors of #d581dc

#d581dc

Complementary Color

#d581dc #88dc81

#d581dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d581dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d581dc Color CSS Codes

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

#d581dc Text Font Color

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

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


#d581dc Background Color

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

This div background color is #d581dc


#d581dc Border Color

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

This div border color is #d581dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d581dc


Comments

No comments written yet.

Please login to write comment.