Color Hex Logo

#d981db Color Hex

#D981DB
(217,129,219)
0 Favorites   0 Comments

Color spaces of #d981db

RGB 217129219
HSL0.830.560.68
HSV299°41°86°
CMYK 0.010.410.00   0.14
XYZ49.251735.566771.2870
Yxy35.56670.31550.2278
Hunter Lab59.637843.0474-29.1248
CIE-Lab66.187547.3471-31.9628

#d981db color RGB value is (217,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11011011
Octal 331 201 333
Decimal 217 129 219
Hex D9 81 DB

RGB Percentages of Color #d981db

%38.41
%22.83
%38.76

CMYK Percentages of Color #d981db

%1
%41
%0
%14

Triadic Colors of #d981db

#d981db #dbd981 #81dbd9

Analogous Colors of #d981db

#d981db #db81b0 #ac81db

Monochromatic Colors of #d981db

#d981db

Complementary Color

#d981db #83db81

#d981db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981db Color CSS Codes

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

#d981db Text Font Color

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

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


#d981db Background Color

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

This div background color is #d981db


#d981db Border Color

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

This div border color is #d981db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981db


Comments

No comments written yet.

Please login to write comment.