Color Hex Logo

#dd72df Color Hex

#DD72DF
(221,114,223)
0 Favorites   0 Comments

Color spaces of #dd72df

RGB 221114223
HSL0.830.630.66
HSV299°49°87°
CMYK 0.010.490.00   0.13
XYZ49.155432.734573.5397
Yxy32.73450.31630.2106
Hunter Lab57.214153.2334-36.1581
CIE-Lab63.945456.7497-37.6390

#dd72df color RGB value is (221,114,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 11011111
Octal 335 162 337
Decimal 221 114 223
Hex DD 72 DF

RGB Percentages of Color #dd72df

%39.61
%20.43
%39.96

CMYK Percentages of Color #dd72df

%1
%49
%0
%13

Triadic Colors of #dd72df

#dd72df #dfdd72 #72dfdd

Analogous Colors of #dd72df

#dd72df #df72ab #a772df

Monochromatic Colors of #dd72df

#dd72df

Complementary Color

#dd72df #74df72

#dd72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd72df Color CSS Codes

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

#dd72df Text Font Color

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

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


#dd72df Background Color

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

This div background color is #dd72df


#dd72df Border Color

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

This div border color is #dd72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd72df


Comments

No comments written yet.

Please login to write comment.