Color Hex Logo

#dc559a Color Hex

#DC559A
(220,85,154)
0 Favorites   0 Comments

Color spaces of #dc559a

RGB 22085154
HSL0.910.660.60
HSV329°61°86°
CMYK 0.000.610.30   0.14
XYZ38.596424.045733.1789
Yxy24.04570.40280.2509
Hunter Lab49.036454.6830-5.7912
CIE-Lab56.133559.3391-10.2171

#dc559a color RGB value is (220,85,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 10011010
Octal 334 125 232
Decimal 220 85 154
Hex DC 55 9A

RGB Percentages of Color #dc559a

%47.93
%18.52
%33.55

CMYK Percentages of Color #dc559a

%0
%61
%30
%14

Triadic Colors of #dc559a

#dc559a #9adc55 #559adc

Analogous Colors of #dc559a

#dc559a #dc5556 #db55dc

Monochromatic Colors of #dc559a

#dc559a

Complementary Color

#dc559a #55dc97

#dc559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc559a Color CSS Codes

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

#dc559a Text Font Color

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

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


#dc559a Background Color

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

This div background color is #dc559a


#dc559a Border Color

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

This div border color is #dc559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc559a


Comments

No comments written yet.

Please login to write comment.