Color Hex Logo

#dd56de Color Hex

#DD56DE
(221,86,222)
0 Favorites   0 Comments

Color spaces of #dd56de

RGB 22186222
HSL0.830.670.60
HSV300°61°87°
CMYK 0.000.610.00   0.13
XYZ46.331427.301771.9351
Yxy27.30170.31830.1876
Hunter Lab52.251066.8381-45.0501
CIE-Lab59.252569.1394-44.4444

#dd56de color RGB value is (221,86,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 11011110
Octal 335 126 336
Decimal 221 86 222
Hex DD 56 DE

RGB Percentages of Color #dd56de

%41.78
%16.26
%41.97

CMYK Percentages of Color #dd56de

%0
%61
%0
%13

Triadic Colors of #dd56de

#dd56de #dedd56 #56dedd

Analogous Colors of #dd56de

#dd56de #de569b #9956de

Monochromatic Colors of #dd56de

#dd56de

Complementary Color

#dd56de #57de56

#dd56de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd56de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd56de Color CSS Codes

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

#dd56de Text Font Color

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

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


#dd56de Background Color

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

This div background color is #dd56de


#dd56de Border Color

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

This div border color is #dd56de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd56de


Comments

No comments written yet.

Please login to write comment.