Color Hex Logo

#d87dea Color Hex

#D87DEA
(216,125,234)
0 Favorites   0 Comments

Color spaces of #d87dea

RGB 216125234
HSL0.810.720.70
HSV290°47°92°
CMYK 0.080.470.00   0.08
XYZ50.503835.206781.9756
Yxy35.20670.30120.2100
Hunter Lab59.335248.0955-40.3784
CIE-Lab65.909351.9212-40.7213

#d87dea color RGB value is (216,125,234).

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

The process color (four color CMYK) of #d87dea color hex is 0.08, 0.47, 0.00, 0.08. Web safe color of #d87dea is #cc66ff. Color #d87dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 11101010
Octal 330 175 352
Decimal 216 125 234
Hex D8 7D EA

RGB Percentages of Color #d87dea

%37.57
%21.74
%40.70

CMYK Percentages of Color #d87dea

%8
%47
%0
%8

Triadic Colors of #d87dea

#d87dea #ead87d #7dead8

Analogous Colors of #d87dea

#d87dea #ea7dc6 #a27dea

Monochromatic Colors of #d87dea

#d87dea

Complementary Color

#d87dea #8fea7d

#d87dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87dea Color CSS Codes

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

#d87dea Text Font Color

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

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


#d87dea Background Color

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

This div background color is #d87dea


#d87dea Border Color

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

This div border color is #d87dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87dea


Comments

No comments written yet.

Please login to write comment.