Color Hex Logo

#dc579b Color Hex

#DC579B
(220,87,155)
0 Favorites   0 Comments

Color spaces of #dc579b

RGB 22087155
HSL0.910.660.60
HSV329°60°86°
CMYK 0.000.600.30   0.14
XYZ38.839824.398633.6727
Yxy24.39860.40080.2518
Hunter Lab49.394953.9154-5.8417
CIE-Lab56.484758.6021-10.2760

#dc579b color RGB value is (220,87,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 10011011
Octal 334 127 233
Decimal 220 87 155
Hex DC 57 9B

RGB Percentages of Color #dc579b

%47.62
%18.83
%33.55

CMYK Percentages of Color #dc579b

%0
%60
%30
%14

Triadic Colors of #dc579b

#dc579b #9bdc57 #579bdc

Analogous Colors of #dc579b

#dc579b #dc5758 #db57dc

Monochromatic Colors of #dc579b

#dc579b

Complementary Color

#dc579b #57dc98

#dc579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc579b Color CSS Codes

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

#dc579b Text Font Color

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

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


#dc579b Background Color

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

This div background color is #dc579b


#dc579b Border Color

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

This div border color is #dc579b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc579b


Comments

No comments written yet.

Please login to write comment.