Color Hex Logo

#dc56cd Color Hex

#DC56CD
(220,86,205)
0 Favorites   0 Comments

Color spaces of #dc56cd

RGB 22086205
HSL0.850.660.60
HSV307°61°86°
CMYK 0.000.610.07   0.14
XYZ43.862426.279060.5182
Yxy26.27900.33570.2011
Hunter Lab51.263063.0203-34.1102
CIE-Lab58.300966.1233-36.3341

#dc56cd color RGB value is (220,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 11001101
Octal 334 126 315
Decimal 220 86 205
Hex DC 56 CD

RGB Percentages of Color #dc56cd

%43.05
%16.83
%40.12

CMYK Percentages of Color #dc56cd

%0
%61
%7
%14

Triadic Colors of #dc56cd

#dc56cd #cddc56 #56cddc

Analogous Colors of #dc56cd

#dc56cd #dc568a #a856dc

Monochromatic Colors of #dc56cd

#dc56cd

Complementary Color

#dc56cd #56dc65

#dc56cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc56cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc56cd Color CSS Codes

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

#dc56cd Text Font Color

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

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


#dc56cd Background Color

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

This div background color is #dc56cd


#dc56cd Border Color

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

This div border color is #dc56cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc56cd


Comments

No comments written yet.

Please login to write comment.