Color Hex Logo

#dc4caa Color Hex

#DC4CAA
(220,76,170)
0 Favorites   0 Comments

Color spaces of #dc4caa

RGB 22076170
HSL0.890.670.58
HSV321°65°86°
CMYK 0.000.650.23   0.14
XYZ39.355323.286840.4508
Yxy23.28680.38170.2259
Hunter Lab48.256461.1262-15.9202
CIE-Lab55.366565.0561-20.7300

#dc4caa color RGB value is (220,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001100 10101010
Octal 334 114 252
Decimal 220 76 170
Hex DC 4C AA

RGB Percentages of Color #dc4caa

%47.21
%16.31
%36.48

CMYK Percentages of Color #dc4caa

%0
%65
%23
%14

Triadic Colors of #dc4caa

#dc4caa #aadc4c #4caadc

Analogous Colors of #dc4caa

#dc4caa #dc4c62 #c64cdc

Monochromatic Colors of #dc4caa

#dc4caa

Complementary Color

#dc4caa #4cdc7e

#dc4caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4caa Color CSS Codes

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

#dc4caa Text Font Color

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

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


#dc4caa Background Color

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

This div background color is #dc4caa


#dc4caa Border Color

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

This div border color is #dc4caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4caa


Comments

No comments written yet.

Please login to write comment.