Color Hex Logo

#dd87ea Color Hex

#DD87EA
(221,135,234)
0 Favorites   0 Comments

Color spaces of #dd87ea

RGB 221135234
HSL0.810.700.72
HSV292°42°92°
CMYK 0.060.420.00   0.08
XYZ53.334038.640682.4893
Yxy38.64060.30570.2215
Hunter Lab62.161644.3685-35.1656
CIE-Lab68.490148.2247-36.6508

#dd87ea color RGB value is (221,135,234).

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

The process color (four color CMYK) of #dd87ea color hex is 0.06, 0.42, 0.00, 0.08. Web safe color of #dd87ea is #cc99ff. Color #dd87ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 11101010
Octal 335 207 352
Decimal 221 135 234
Hex DD 87 EA

RGB Percentages of Color #dd87ea

%37.46
%22.88
%39.66

CMYK Percentages of Color #dd87ea

%6
%42
%0
%8

Triadic Colors of #dd87ea

#dd87ea #eadd87 #87eadd

Analogous Colors of #dd87ea

#dd87ea #ea87c6 #ac87ea

Monochromatic Colors of #dd87ea

#dd87ea

Complementary Color

#dd87ea #94ea87

#dd87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd87ea Color CSS Codes

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

#dd87ea Text Font Color

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

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


#dd87ea Background Color

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

This div background color is #dd87ea


#dd87ea Border Color

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

This div border color is #dd87ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,135,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd87ea


Comments

No comments written yet.

Please login to write comment.