Color Hex Logo

#d882df Color Hex

#D882DF
(216,130,223)
0 Favorites   0 Comments

Color spaces of #d882df

RGB 216130223
HSL0.820.590.69
HSV295°42°87°
CMYK 0.030.420.00   0.13
XYZ49.620835.891974.1246
Yxy35.89190.31080.2248
Hunter Lab59.909843.0018-31.4208
CIE-Lab66.437247.2714-33.8066

#d882df color RGB value is (216,130,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 11011111
Octal 330 202 337
Decimal 216 130 223
Hex D8 82 DF

RGB Percentages of Color #d882df

%37.96
%22.85
%39.19

CMYK Percentages of Color #d882df

%3
%42
%0
%13

Triadic Colors of #d882df

#d882df #dfd882 #82dfd8

Analogous Colors of #d882df

#d882df #df82b8 #aa82df

Monochromatic Colors of #d882df

#d882df

Complementary Color

#d882df #89df82

#d882df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d882df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d882df Color CSS Codes

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

#d882df Text Font Color

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

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


#d882df Background Color

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

This div background color is #d882df


#d882df Border Color

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

This div border color is #d882df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d882df


Comments

No comments written yet.

Please login to write comment.