Color Hex Logo

#dc4eaa Color Hex

#DC4EAA
(220,78,170)
0 Favorites   0 Comments

Color spaces of #dc4eaa

RGB 22078170
HSL0.890.670.58
HSV321°65°86°
CMYK 0.000.650.23   0.14
XYZ39.495323.566740.4974
Yxy23.56670.38140.2276
Hunter Lab48.545560.2679-15.4787
CIE-Lab55.651364.2699-20.2942

#dc4eaa color RGB value is (220,78,170).

#dc4eaa hex color red value is 220, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc4eaa hue: 0.89 , saturation: 0.67 and the lightness value of dc4eaa is 0.58.

The process color (four color CMYK) of #dc4eaa color hex is 0.00, 0.65, 0.23, 0.14. Web safe color of #dc4eaa is #cc6699. Color #dc4eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001110 10101010
Octal 334 116 252
Decimal 220 78 170
Hex DC 4E AA

RGB Percentages of Color #dc4eaa

%47.01
%16.67
%36.32

CMYK Percentages of Color #dc4eaa

%0
%65
%23
%14

Triadic Colors of #dc4eaa

#dc4eaa #aadc4e #4eaadc

Analogous Colors of #dc4eaa

#dc4eaa #dc4e63 #c74edc

Monochromatic Colors of #dc4eaa

#dc4eaa

Complementary Color

#dc4eaa #4edc80

#dc4eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4eaa Color CSS Codes

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

#dc4eaa Text Font Color

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

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


#dc4eaa Background Color

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

This div background color is #dc4eaa


#dc4eaa Border Color

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

This div border color is #dc4eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4eaa


Comments

No comments written yet.

Please login to write comment.