Color Hex Logo

#d980dd Color Hex

#D980DD
(217,128,221)
0 Favorites   0 Comments

Color spaces of #d980dd

RGB 217128221
HSL0.830.580.68
HSV297°42°87°
CMYK 0.020.420.00   0.13
XYZ49.385635.410572.6386
Yxy35.41050.31370.2249
Hunter Lab59.506744.0033-30.7193
CIE-Lab66.067048.2301-33.2613

#d980dd color RGB value is (217,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 11011101
Octal 331 200 335
Decimal 217 128 221
Hex D9 80 DD

RGB Percentages of Color #d980dd

%38.34
%22.61
%39.05

CMYK Percentages of Color #d980dd

%2
%42
%0
%13

Triadic Colors of #d980dd

#d980dd #ddd980 #80ddd9

Analogous Colors of #d980dd

#d980dd #dd80b3 #ab80dd

Monochromatic Colors of #d980dd

#d980dd

Complementary Color

#d980dd #84dd80

#d980dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d980dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d980dd Color CSS Codes

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

#d980dd Text Font Color

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

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


#d980dd Background Color

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

This div background color is #d980dd


#d980dd Border Color

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

This div border color is #d980dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d980dd


Comments

No comments written yet.

Please login to write comment.