Color Hex Logo

#d982db Color Hex

#D982DB
(217,130,219)
0 Favorites   0 Comments

Color spaces of #d982db

RGB 217130219
HSL0.830.550.68
HSV299°41°86°
CMYK 0.010.410.00   0.14
XYZ49.384135.831571.3312
Yxy35.83150.31550.2289
Hunter Lab59.859442.5088-28.7511
CIE-Lab66.391046.8296-31.6479

#d982db color RGB value is (217,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11011011
Octal 331 202 333
Decimal 217 130 219
Hex D9 82 DB

RGB Percentages of Color #d982db

%38.34
%22.97
%38.69

CMYK Percentages of Color #d982db

%1
%41
%0
%14

Triadic Colors of #d982db

#d982db #dbd982 #82dbd9

Analogous Colors of #d982db

#d982db #db82b1 #ad82db

Monochromatic Colors of #d982db

#d982db

Complementary Color

#d982db #84db82

#d982db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982db Color CSS Codes

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

#d982db Text Font Color

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

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


#d982db Background Color

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

This div background color is #d982db


#d982db Border Color

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

This div border color is #d982db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982db


Comments

No comments written yet.

Please login to write comment.