Color Hex Logo

#dc4ea9 Color Hex

#DC4EA9
(220,78,169)
0 Favorites   0 Comments

Color spaces of #dc4ea9

RGB 22078169
HSL0.890.670.58
HSV322°65°86°
CMYK 0.000.650.23   0.14
XYZ39.401023.529040.0010
Yxy23.52900.38280.2286
Hunter Lab48.506760.1052-14.9387
CIE-Lab55.613164.1375-19.7700

#dc4ea9 color RGB value is (220,78,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001110 10101001
Octal 334 116 251
Decimal 220 78 169
Hex DC 4E A9

RGB Percentages of Color #dc4ea9

%47.11
%16.70
%36.19

CMYK Percentages of Color #dc4ea9

%0
%65
%23
%14

Triadic Colors of #dc4ea9

#dc4ea9 #a9dc4e #4ea9dc

Analogous Colors of #dc4ea9

#dc4ea9 #dc4e62 #c84edc

Monochromatic Colors of #dc4ea9

#dc4ea9

Complementary Color

#dc4ea9 #4edc81

#dc4ea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4ea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4ea9 Color CSS Codes

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

#dc4ea9 Text Font Color

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

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


#dc4ea9 Background Color

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

This div background color is #dc4ea9


#dc4ea9 Border Color

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

This div border color is #dc4ea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4ea9


Comments

No comments written yet.

Please login to write comment.