Color Hex Logo

#d981df Color Hex

#D981DF
(217,129,223)
0 Favorites   0 Comments

Color spaces of #d981df

RGB 217129223
HSL0.820.590.69
HSV296°42°87°
CMYK 0.030.420.00   0.13
XYZ49.784835.779974.0943
Yxy35.77990.31180.2241
Hunter Lab59.816343.8861-31.5710
CIE-Lab66.351448.0844-33.9306

#d981df color RGB value is (217,129,223).

#d981df hex color red value is 217, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d981df hue: 0.82 , saturation: 0.59 and the lightness value of d981df is 0.69.

The process color (four color CMYK) of #d981df color hex is 0.03, 0.42, 0.00, 0.13. Web safe color of #d981df is #cc99cc. Color #d981df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11011111
Octal 331 201 337
Decimal 217 129 223
Hex D9 81 DF

RGB Percentages of Color #d981df

%38.14
%22.67
%39.19

CMYK Percentages of Color #d981df

%3
%42
%0
%13

Triadic Colors of #d981df

#d981df #dfd981 #81dfd9

Analogous Colors of #d981df

#d981df #df81b6 #aa81df

Monochromatic Colors of #d981df

#d981df

Complementary Color

#d981df #87df81

#d981df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981df Color CSS Codes

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

#d981df Text Font Color

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

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


#d981df Background Color

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

This div background color is #d981df


#d981df Border Color

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

This div border color is #d981df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981df


Comments

No comments written yet.

Please login to write comment.