Color Hex Logo

#dc569c Color Hex

#DC569C
(220,86,156)
0 Favorites   0 Comments

Color spaces of #dc569c

RGB 22086156
HSL0.910.660.60
HSV329°61°86°
CMYK 0.000.610.29   0.14
XYZ38.843724.271534.0901
Yxy24.27150.39960.2497
Hunter Lab49.266154.5220-6.5399
CIE-Lab56.358659.1580-11.0499

#dc569c color RGB value is (220,86,156).

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

The process color (four color CMYK) of #dc569c color hex is 0.00, 0.61, 0.29, 0.14. Web safe color of #dc569c is #cc6699. Color #dc569c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 10011100
Octal 334 126 234
Decimal 220 86 156
Hex DC 56 9C

RGB Percentages of Color #dc569c

%47.62
%18.61
%33.77

CMYK Percentages of Color #dc569c

%0
%61
%29
%14

Triadic Colors of #dc569c

#dc569c #9cdc56 #569cdc

Analogous Colors of #dc569c

#dc569c #dc5659 #d956dc

Monochromatic Colors of #dc569c

#dc569c

Complementary Color

#dc569c #56dc96

#dc569c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc569c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc569c Color CSS Codes

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

#dc569c Text Font Color

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

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


#dc569c Background Color

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

This div background color is #dc569c


#dc569c Border Color

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

This div border color is #dc569c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc569c


Comments

No comments written yet.

Please login to write comment.