Color Hex Logo

#d581db Color Hex

#D581DB
(213,129,219)
0 Favorites   0 Comments

Color spaces of #d581db

RGB 213129219
HSL0.820.560.68
HSV296°41°86°
CMYK 0.030.410.00   0.14
XYZ48.077034.961171.2321
Yxy34.96110.31160.2266
Hunter Lab59.127941.6648-30.0378
CIE-Lab65.718446.1507-32.7271

#d581db color RGB value is (213,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000001 11011011
Octal 325 201 333
Decimal 213 129 219
Hex D5 81 DB

RGB Percentages of Color #d581db

%37.97
%22.99
%39.04

CMYK Percentages of Color #d581db

%3
%41
%0
%14

Triadic Colors of #d581db

#d581db #dbd581 #81dbd5

Analogous Colors of #d581db

#d581db #db81b4 #a881db

Monochromatic Colors of #d581db

#d581db

Complementary Color

#d581db #87db81

#d581db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d581db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d581db Color CSS Codes

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

#d581db Text Font Color

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

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


#d581db Background Color

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

This div background color is #d581db


#d581db Border Color

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

This div border color is #d581db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d581db


Comments

No comments written yet.

Please login to write comment.