Color Hex Logo

#d872df Color Hex

#D872DF
(216,114,223)
0 Favorites   0 Comments

Color spaces of #d872df

RGB 216114223
HSL0.820.630.66
HSV296°49°87°
CMYK 0.030.490.00   0.13
XYZ47.655531.961373.4695
Yxy31.96130.31130.2088
Hunter Lab56.534351.5312-37.4766
CIE-Lab63.310955.3601-38.6770

#d872df color RGB value is (216,114,223).

#d872df hex color red value is 216, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d872df hue: 0.82 , saturation: 0.63 and the lightness value of d872df is 0.66.

The process color (four color CMYK) of #d872df color hex is 0.03, 0.49, 0.00, 0.13. Web safe color of #d872df is #cc66cc. Color #d872df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 11011111
Octal 330 162 337
Decimal 216 114 223
Hex D8 72 DF

RGB Percentages of Color #d872df

%39.06
%20.61
%40.33

CMYK Percentages of Color #d872df

%3
%49
%0
%13

Triadic Colors of #d872df

#d872df #dfd872 #72dfd8

Analogous Colors of #d872df

#d872df #df72b0 #a272df

Monochromatic Colors of #d872df

#d872df

Complementary Color

#d872df #79df72

#d872df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d872df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d872df Color CSS Codes

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

#d872df Text Font Color

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

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


#d872df Background Color

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

This div background color is #d872df


#d872df Border Color

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

This div border color is #d872df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d872df


Comments

No comments written yet.

Please login to write comment.