Color Hex Logo

#dd47de Color Hex

#DD47DE
(221,71,222)
0 Favorites   0 Comments

Color spaces of #dd47de

RGB 22171222
HSL0.830.700.57
HSV300°68°87°
CMYK 0.000.680.00   0.13
XYZ45.256825.152671.5769
Yxy25.15260.31870.1771
Hunter Lab50.152473.3093-49.5114
CIE-Lab57.223874.8179-47.6526

#dd47de color RGB value is (221,71,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 11011110
Octal 335 107 336
Decimal 221 71 222
Hex DD 47 DE

RGB Percentages of Color #dd47de

%43.00
%13.81
%43.19

CMYK Percentages of Color #dd47de

%0
%68
%0
%13

Triadic Colors of #dd47de

#dd47de #dedd47 #47dedd

Analogous Colors of #dd47de

#dd47de #de4794 #9247de

Monochromatic Colors of #dd47de

#dd47de

Complementary Color

#dd47de #48de47

#dd47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd47de Color CSS Codes

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

#dd47de Text Font Color

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

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


#dd47de Background Color

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

This div background color is #dd47de


#dd47de Border Color

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

This div border color is #dd47de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,71,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd47de


Comments

No comments written yet.

Please login to write comment.