Color Hex Logo

#d984cd Color Hex

#D984CD
(217,132,205)
0 Favorites   0 Comments

Color spaces of #d984cd

RGB 217132205
HSL0.860.530.68
HSV308°39°85°
CMYK 0.000.390.06   0.15
XYZ47.886035.662062.1172
Yxy35.66200.32870.2448
Hunter Lab59.717738.6285-19.8700
CIE-Lab66.260943.2841-24.0458

#d984cd color RGB value is (217,132,205).

#d984cd hex color red value is 217, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d984cd hue: 0.86 , saturation: 0.53 and the lightness value of d984cd is 0.68.

The process color (four color CMYK) of #d984cd color hex is 0.00, 0.39, 0.06, 0.15. Web safe color of #d984cd is #cc99cc. Color #d984cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 11001101
Octal 331 204 315
Decimal 217 132 205
Hex D9 84 CD

RGB Percentages of Color #d984cd

%39.17
%23.83
%37.00

CMYK Percentages of Color #d984cd

%0
%39
%6
%15

Triadic Colors of #d984cd

#d984cd #cdd984 #84cdd9

Analogous Colors of #d984cd

#d984cd #d984a3 #bb84d9

Monochromatic Colors of #d984cd

#d984cd

Complementary Color

#d984cd #84d990

#d984cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d984cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d984cd Color CSS Codes

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

#d984cd Text Font Color

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

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


#d984cd Background Color

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

This div background color is #d984cd


#d984cd Border Color

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

This div border color is #d984cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,132,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d984cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d984cd;
  -webkit-box-shadow: 1px 1px 3px 2px #d984cd;
  box-shadow:         1px 1px 3px 2px #d984cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,132,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d984cd


Comments

No comments written yet.

Please login to write comment.