Color Hex Logo

#dc579d Color Hex

#DC579D
(220,87,157)
0 Favorites   0 Comments

Color spaces of #dc579d

RGB 22087157
HSL0.910.660.60
HSV328°60°86°
CMYK 0.000.600.29   0.14
XYZ39.009224.466434.5648
Yxy24.46640.39790.2496
Hunter Lab49.463554.2121-6.8070
CIE-Lab56.551858.8516-11.3443

#dc579d color RGB value is (220,87,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 10011101
Octal 334 127 235
Decimal 220 87 157
Hex DC 57 9D

RGB Percentages of Color #dc579d

%47.41
%18.75
%33.84

CMYK Percentages of Color #dc579d

%0
%60
%29
%14

Triadic Colors of #dc579d

#dc579d #9ddc57 #579ddc

Analogous Colors of #dc579d

#dc579d #dc575b #d957dc

Monochromatic Colors of #dc579d

#dc579d

Complementary Color

#dc579d #57dc96

#dc579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc579d Color CSS Codes

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

#dc579d Text Font Color

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

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


#dc579d Background Color

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

This div background color is #dc579d


#dc579d Border Color

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

This div border color is #dc579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc579d


Comments

No comments written yet.

Please login to write comment.