Color Hex Logo

#d879dd Color Hex

#D879DD
(216,121,221)
0 Favorites   0 Comments

Color spaces of #d879dd

RGB 216121221
HSL0.830.600.67
HSV297°45°87°
CMYK 0.020.450.00   0.13
XYZ48.207433.494172.3308
Yxy33.49410.31300.2174
Hunter Lab57.874147.4056-33.5885
CIE-Lab64.559051.5078-35.6141

#d879dd color RGB value is (216,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111001 11011101
Octal 330 171 335
Decimal 216 121 221
Hex D8 79 DD

RGB Percentages of Color #d879dd

%38.71
%21.68
%39.61

CMYK Percentages of Color #d879dd

%2
%45
%0
%13

Triadic Colors of #d879dd

#d879dd #ddd879 #79ddd8

Analogous Colors of #d879dd

#d879dd #dd79b0 #a679dd

Monochromatic Colors of #d879dd

#d879dd

Complementary Color

#d879dd #7edd79

#d879dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d879dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d879dd Color CSS Codes

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

#d879dd Text Font Color

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

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


#d879dd Background Color

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

This div background color is #d879dd


#d879dd Border Color

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

This div border color is #d879dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d879dd


Comments

No comments written yet.

Please login to write comment.