Color Hex Logo

#de87dd Color Hex

#DE87DD
(222,135,221)
0 Favorites   0 Comments

Color spaces of #de87dd

RGB 222135221
HSL0.840.570.70
HSV301°39°87°
CMYK 0.000.390.00   0.13
XYZ51.839338.078073.0242
Yxy38.07800.31810.2337
Hunter Lab61.707441.9669-26.9683
CIE-Lab68.078146.1117-30.1027

#de87dd color RGB value is (222,135,221).

#de87dd hex color red value is 222, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #de87dd hue: 0.84 , saturation: 0.57 and the lightness value of de87dd is 0.70.

The process color (four color CMYK) of #de87dd color hex is 0.00, 0.39, 0.00, 0.13. Web safe color of #de87dd is #cc99cc. Color #de87dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 11011101
Octal 336 207 335
Decimal 222 135 221
Hex DE 87 DD

RGB Percentages of Color #de87dd

%38.41
%23.36
%38.24

CMYK Percentages of Color #de87dd

%0
%39
%0
%13

Triadic Colors of #de87dd

#de87dd #ddde87 #87ddde

Analogous Colors of #de87dd

#de87dd #de87b2 #b487de

Monochromatic Colors of #de87dd

#de87dd

Complementary Color

#de87dd #87de88

#de87dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de87dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de87dd Color CSS Codes

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

#de87dd Text Font Color

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

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


#de87dd Background Color

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

This div background color is #de87dd


#de87dd Border Color

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

This div border color is #de87dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de87dd


Comments

No comments written yet.

Please login to write comment.