Color Hex Logo

#d982de Color Hex

#D982DE
(217,130,222)
0 Favorites   0 Comments

Color spaces of #d982de

RGB 217130222
HSL0.820.580.69
HSV297°41°87°
CMYK 0.020.410.00   0.13
XYZ49.782735.990973.4303
Yxy35.99090.31270.2261
Hunter Lab59.992443.1355-30.5759
CIE-Lab66.513047.3824-33.1250

#d982de color RGB value is (217,130,222).

#d982de hex color red value is 217, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d982de hue: 0.82 , saturation: 0.58 and the lightness value of d982de is 0.69.

The process color (four color CMYK) of #d982de color hex is 0.02, 0.41, 0.00, 0.13. Web safe color of #d982de is #cc99cc. Color #d982de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11011110
Octal 331 202 336
Decimal 217 130 222
Hex D9 82 DE

RGB Percentages of Color #d982de

%38.14
%22.85
%39.02

CMYK Percentages of Color #d982de

%2
%41
%0
%13

Triadic Colors of #d982de

#d982de #ded982 #82ded9

Analogous Colors of #d982de

#d982de #de82b5 #ab82de

Monochromatic Colors of #d982de

#d982de

Complementary Color

#d982de #87de82

#d982de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982de Color CSS Codes

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

#d982de Text Font Color

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

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


#d982de Background Color

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

This div background color is #d982de


#d982de Border Color

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

This div border color is #d982de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,130,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982de


Comments

No comments written yet.

Please login to write comment.