Color Hex Logo

#d882da Color Hex

#D882DA
(216,130,218)
0 Favorites   0 Comments

Color spaces of #d882da

RGB 216130218
HSL0.830.540.68
HSV299°40°85°
CMYK 0.010.400.00   0.15
XYZ48.956435.626170.6259
Yxy35.62610.31540.2295
Hunter Lab59.687641.9543-28.3741
CIE-Lab66.233246.3457-31.3455

#d882da color RGB value is (216,130,218).

#d882da hex color red value is 216, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d882da hue: 0.83 , saturation: 0.54 and the lightness value of d882da is 0.68.

The process color (four color CMYK) of #d882da color hex is 0.01, 0.40, 0.00, 0.15. Web safe color of #d882da is #cc99cc. Color #d882da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 11011010
Octal 330 202 332
Decimal 216 130 218
Hex D8 82 DA

RGB Percentages of Color #d882da

%38.30
%23.05
%38.65

CMYK Percentages of Color #d882da

%1
%40
%0
%15

Triadic Colors of #d882da

#d882da #dad882 #82dad8

Analogous Colors of #d882da

#d882da #da82b0 #ac82da

Monochromatic Colors of #d882da

#d882da

Complementary Color

#d882da #84da82

#d882da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d882da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d882da Color CSS Codes

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

#d882da Text Font Color

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

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


#d882da Background Color

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

This div background color is #d882da


#d882da Border Color

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

This div border color is #d882da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d882da


Comments

No comments written yet.

Please login to write comment.