Color Hex Logo

#d882ce Color Hex

#D882CE
(216,130,206)
0 Favorites   0 Comments

Color spaces of #d882ce

RGB 216130206
HSL0.850.520.68
HSV307°40°85°
CMYK 0.000.400.05   0.15
XYZ47.442135.020462.6517
Yxy35.02040.32690.2413
Hunter Lab59.178039.5391-21.3456
CIE-Lab65.764544.1902-25.3759

#d882ce color RGB value is (216,130,206).

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

The process color (four color CMYK) of #d882ce color hex is 0.00, 0.40, 0.05, 0.15. Web safe color of #d882ce is #cc99cc. Color #d882ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 11001110
Octal 330 202 316
Decimal 216 130 206
Hex D8 82 CE

RGB Percentages of Color #d882ce

%39.13
%23.55
%37.32

CMYK Percentages of Color #d882ce

%0
%40
%5
%15

Triadic Colors of #d882ce

#d882ce #ced882 #82ced8

Analogous Colors of #d882ce

#d882ce #d882a3 #b782d8

Monochromatic Colors of #d882ce

#d882ce

Complementary Color

#d882ce #82d88c

#d882ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d882ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d882ce Color CSS Codes

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

#d882ce Text Font Color

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

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


#d882ce Background Color

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

This div background color is #d882ce


#d882ce Border Color

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

This div border color is #d882ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d882ce


Comments

No comments written yet.

Please login to write comment.