Color Hex Logo

#dd87fc Color Hex

#DD87FC
(221,135,252)
0 Favorites   0 Comments

Color spaces of #dd87fc

RGB 221135252
HSL0.790.950.76
HSV284°46°99°
CMYK 0.120.460.00   0.01
XYZ56.053539.728496.8095
Yxy39.72840.29100.2063
Hunter Lab63.030548.4382-46.9431
CIE-Lab69.275651.7325-45.2893

#dd87fc color RGB value is (221,135,252).

#dd87fc hex color red value is 221, green value is 135 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dd87fc hue: 0.79 , saturation: 0.95 and the lightness value of dd87fc is 0.76.

The process color (four color CMYK) of #dd87fc color hex is 0.12, 0.46, 0.00, 0.01. Web safe color of #dd87fc is #cc99ff. Color #dd87fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 11111100
Octal 335 207 374
Decimal 221 135 252
Hex DD 87 FC

RGB Percentages of Color #dd87fc

%36.35
%22.20
%41.45

CMYK Percentages of Color #dd87fc

%12
%46
%0
%1

Triadic Colors of #dd87fc

#dd87fc #fcdd87 #87fcdd

Analogous Colors of #dd87fc

#dd87fc #fc87e1 #a387fc

Monochromatic Colors of #dd87fc

#dd87fc

Complementary Color

#dd87fc #a6fc87

#dd87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd87fc Color CSS Codes

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

#dd87fc Text Font Color

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

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


#dd87fc Background Color

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

This div background color is #dd87fc


#dd87fc Border Color

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

This div border color is #dd87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd87fc


Comments

No comments written yet.

Please login to write comment.