Color Hex Logo

#d87ee1 Color Hex

#D87EE1
(216,126,225)
0 Favorites   0 Comments

Color spaces of #d87ee1

RGB 216126225
HSL0.820.620.69
HSV295°44°88°
CMYK 0.040.440.00   0.12
XYZ49.370434.956975.3794
Yxy34.95690.30910.2189
Hunter Lab59.124445.5846-34.2035
CIE-Lab65.715149.7057-36.0389

#d87ee1 color RGB value is (216,126,225).

#d87ee1 hex color red value is 216, green value is 126 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d87ee1 hue: 0.82 , saturation: 0.62 and the lightness value of d87ee1 is 0.69.

The process color (four color CMYK) of #d87ee1 color hex is 0.04, 0.44, 0.00, 0.12. Web safe color of #d87ee1 is #cc66cc. Color #d87ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111110 11100001
Octal 330 176 341
Decimal 216 126 225
Hex D8 7E E1

RGB Percentages of Color #d87ee1

%38.10
%22.22
%39.68

CMYK Percentages of Color #d87ee1

%4
%44
%0
%12

Triadic Colors of #d87ee1

#d87ee1 #e1d87e #7ee1d8

Analogous Colors of #d87ee1

#d87ee1 #e17eb9 #a77ee1

Monochromatic Colors of #d87ee1

#d87ee1

Complementary Color

#d87ee1 #87e17e

#d87ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ee1 Color CSS Codes

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

#d87ee1 Text Font Color

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

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


#d87ee1 Background Color

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

This div background color is #d87ee1


#d87ee1 Border Color

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

This div border color is #d87ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ee1


Comments

No comments written yet.

Please login to write comment.