Color Hex Logo

#dd47df Color Hex

#DD47DF
(221,71,223)
0 Favorites   0 Comments

Color spaces of #dd47df

RGB 22171223
HSL0.830.700.58
HSV299°68°87°
CMYK 0.010.680.00   0.13
XYZ45.391325.206372.2850
Yxy25.20630.31770.1764
Hunter Lab50.205973.5222-50.2200
CIE-Lab57.275974.9799-48.1344

#dd47df color RGB value is (221,71,223).

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

The process color (four color CMYK) of #dd47df color hex is 0.01, 0.68, 0.00, 0.13. Web safe color of #dd47df is #cc33cc. Color #dd47df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 11011111
Octal 335 107 337
Decimal 221 71 223
Hex DD 47 DF

RGB Percentages of Color #dd47df

%42.91
%13.79
%43.30

CMYK Percentages of Color #dd47df

%1
%68
%0
%13

Triadic Colors of #dd47df

#dd47df #dfdd47 #47dfdd

Analogous Colors of #dd47df

#dd47df #df4795 #9147df

Monochromatic Colors of #dd47df

#dd47df

Complementary Color

#dd47df #49df47

#dd47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd47df Color CSS Codes

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

#dd47df Text Font Color

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

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


#dd47df Background Color

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

This div background color is #dd47df


#dd47df Border Color

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

This div border color is #dd47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd47df


Comments

No comments written yet.

Please login to write comment.