Color Hex Logo

#d976dd Color Hex

#D976DD
(217,118,221)
0 Favorites   0 Comments

Color spaces of #d976dd

RGB 217118221
HSL0.830.600.66
HSV298°47°87°
CMYK 0.020.470.00   0.13
XYZ48.144832.929072.2250
Yxy32.92900.31410.2148
Hunter Lab57.383849.3392-34.4556
CIE-Lab64.103453.2990-36.3146

#d976dd color RGB value is (217,118,221).

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

The process color (four color CMYK) of #d976dd color hex is 0.02, 0.47, 0.00, 0.13. Web safe color of #d976dd is #cc66cc. Color #d976dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110110 11011101
Octal 331 166 335
Decimal 217 118 221
Hex D9 76 DD

RGB Percentages of Color #d976dd

%39.03
%21.22
%39.75

CMYK Percentages of Color #d976dd

%2
%47
%0
%13

Triadic Colors of #d976dd

#d976dd #ddd976 #76ddd9

Analogous Colors of #d976dd

#d976dd #dd76ae #a676dd

Monochromatic Colors of #d976dd

#d976dd

Complementary Color

#d976dd #7add76

#d976dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d976dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d976dd Color CSS Codes

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

#d976dd Text Font Color

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

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


#d976dd Background Color

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

This div background color is #d976dd


#d976dd Border Color

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

This div border color is #d976dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d976dd


Comments

No comments written yet.

Please login to write comment.