Color Hex Logo

#d87dda Color Hex

#D87DDA
(216,125,218)
0 Favorites   0 Comments

Color spaces of #d87dda

RGB 216125218
HSL0.830.560.67
HSV299°43°85°
CMYK 0.010.430.00   0.15
XYZ48.307434.328170.4096
Yxy34.32810.31560.2243
Hunter Lab58.590244.6398-30.2375
CIE-Lab65.222248.9248-32.9118

#d87dda color RGB value is (216,125,218).

#d87dda hex color red value is 216, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d87dda hue: 0.83 , saturation: 0.56 and the lightness value of d87dda is 0.67.

The process color (four color CMYK) of #d87dda color hex is 0.01, 0.43, 0.00, 0.15. Web safe color of #d87dda is #cc66cc. Color #d87dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 11011010
Octal 330 175 332
Decimal 216 125 218
Hex D8 7D DA

RGB Percentages of Color #d87dda

%38.64
%22.36
%39.00

CMYK Percentages of Color #d87dda

%1
%43
%0
%15

Triadic Colors of #d87dda

#d87dda #dad87d #7ddad8

Analogous Colors of #d87dda

#d87dda #da7dae #aa7dda

Monochromatic Colors of #d87dda

#d87dda

Complementary Color

#d87dda #7fda7d

#d87dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87dda Color CSS Codes

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

#d87dda Text Font Color

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

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


#d87dda Background Color

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

This div background color is #d87dda


#d87dda Border Color

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

This div border color is #d87dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87dda


Comments

No comments written yet.

Please login to write comment.