Color Hex Logo

#dc519a Color Hex

#DC519A
(220,81,154)
0 Favorites   0 Comments

Color spaces of #dc519a

RGB 22081154
HSL0.910.670.59
HSV328°63°86°
CMYK 0.000.630.30   0.14
XYZ38.290423.433633.0769
Yxy23.43360.40390.2472
Hunter Lab48.408356.4771-6.6265
CIE-Lab55.516261.0189-11.1434

#dc519a color RGB value is (220,81,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 10011010
Octal 334 121 232
Decimal 220 81 154
Hex DC 51 9A

RGB Percentages of Color #dc519a

%48.35
%17.80
%33.85

CMYK Percentages of Color #dc519a

%0
%63
%30
%14

Triadic Colors of #dc519a

#dc519a #9adc51 #519adc

Analogous Colors of #dc519a

#dc519a #dc5154 #d951dc

Monochromatic Colors of #dc519a

#dc519a

Complementary Color

#dc519a #51dc93

#dc519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc519a Color CSS Codes

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

#dc519a Text Font Color

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

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


#dc519a Background Color

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

This div background color is #dc519a


#dc519a Border Color

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

This div border color is #dc519a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,81,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 #dc519a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc519a


Comments

No comments written yet.

Please login to write comment.