Color Hex Logo

#dc4aac Color Hex

#DC4AAC
(220,74,172)
0 Favorites   0 Comments

Color spaces of #dc4aac

RGB 22074172
HSL0.890.680.58
HSV320°66°86°
CMYK 0.000.660.22   0.14
XYZ39.410423.091841.4097
Yxy23.09180.37930.2222
Hunter Lab48.053962.2986-17.4545
CIE-Lab55.166866.0910-22.2017

#dc4aac color RGB value is (220,74,172).

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

The process color (four color CMYK) of #dc4aac color hex is 0.00, 0.66, 0.22, 0.14. Web safe color of #dc4aac is #cc3399. Color #dc4aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001010 10101100
Octal 334 112 254
Decimal 220 74 172
Hex DC 4A AC

RGB Percentages of Color #dc4aac

%47.21
%15.88
%36.91

CMYK Percentages of Color #dc4aac

%0
%66
%22
%14

Triadic Colors of #dc4aac

#dc4aac #acdc4a #4aacdc

Analogous Colors of #dc4aac

#dc4aac #dc4a63 #c34adc

Monochromatic Colors of #dc4aac

#dc4aac

Complementary Color

#dc4aac #4adc7a

#dc4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4aac Color CSS Codes

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

#dc4aac Text Font Color

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

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


#dc4aac Background Color

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

This div background color is #dc4aac


#dc4aac Border Color

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

This div border color is #dc4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4aac


Comments

No comments written yet.

Please login to write comment.