Color Hex Logo

#d884dd Color Hex

#D884DD
(216,132,221)
0 Favorites   0 Comments

Color spaces of #d884dd

RGB 216132221
HSL0.820.570.69
HSV297°40°87°
CMYK 0.020.400.00   0.13
XYZ49.621336.321972.8021
Yxy36.32190.31260.2288
Hunter Lab60.267741.4994-29.4338
CIE-Lab66.765245.8594-32.1886

#d884dd color RGB value is (216,132,221).

#d884dd hex color red value is 216, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d884dd hue: 0.82 , saturation: 0.57 and the lightness value of d884dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 11011101
Octal 330 204 335
Decimal 216 132 221
Hex D8 84 DD

RGB Percentages of Color #d884dd

%37.96
%23.20
%38.84

CMYK Percentages of Color #d884dd

%2
%40
%0
%13

Triadic Colors of #d884dd

#d884dd #ddd884 #84ddd8

Analogous Colors of #d884dd

#d884dd #dd84b6 #ac84dd

Monochromatic Colors of #d884dd

#d884dd

Complementary Color

#d884dd #89dd84

#d884dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d884dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d884dd Color CSS Codes

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

#d884dd Text Font Color

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

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


#d884dd Background Color

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

This div background color is #d884dd


#d884dd Border Color

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

This div border color is #d884dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d884dd


Comments

No comments written yet.

Please login to write comment.