Color Hex Logo

#dd56ce Color Hex

#DD56CE
(221,86,206)
0 Favorites   0 Comments

Color spaces of #dd56ce

RGB 22186206
HSL0.850.670.60
HSV307°61°87°
CMYK 0.000.610.07   0.13
XYZ44.287226.484061.1702
Yxy26.48400.33570.2007
Hunter Lab51.462663.5523-34.4503
CIE-Lab58.493666.5360-36.5903

#dd56ce color RGB value is (221,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 11001110
Octal 335 126 316
Decimal 221 86 206
Hex DD 56 CE

RGB Percentages of Color #dd56ce

%43.08
%16.76
%40.16

CMYK Percentages of Color #dd56ce

%0
%61
%7
%13

Triadic Colors of #dd56ce

#dd56ce #cedd56 #56cedd

Analogous Colors of #dd56ce

#dd56ce #dd568b #a956dd

Monochromatic Colors of #dd56ce

#dd56ce

Complementary Color

#dd56ce #56dd65

#dd56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd56ce Color CSS Codes

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

#dd56ce Text Font Color

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

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


#dd56ce Background Color

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

This div background color is #dd56ce


#dd56ce Border Color

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

This div border color is #dd56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd56ce


Comments

No comments written yet.

Please login to write comment.