Color Hex Logo

#d984cf Color Hex

#D984CF
(217,132,207)
0 Favorites   0 Comments

Color spaces of #d984cf

RGB 217132207
HSL0.850.530.68
HSV307°39°85°
CMYK 0.000.390.05   0.15
XYZ48.129035.759263.3970
Yxy35.75920.32680.2428
Hunter Lab59.799039.0168-20.9981
CIE-Lab66.335543.6341-25.0485

#d984cf color RGB value is (217,132,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 11001111
Octal 331 204 317
Decimal 217 132 207
Hex D9 84 CF

RGB Percentages of Color #d984cf

%39.03
%23.74
%37.23

CMYK Percentages of Color #d984cf

%0
%39
%5
%15

Triadic Colors of #d984cf

#d984cf #cfd984 #84cfd9

Analogous Colors of #d984cf

#d984cf #d984a5 #b984d9

Monochromatic Colors of #d984cf

#d984cf

Complementary Color

#d984cf #84d98e

#d984cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d984cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d984cf Color CSS Codes

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

#d984cf Text Font Color

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

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


#d984cf Background Color

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

This div background color is #d984cf


#d984cf Border Color

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

This div border color is #d984cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d984cf


Comments

No comments written yet.

Please login to write comment.