Color Hex Logo

#dc4aae Color Hex

#DC4AAE
(220,74,174)
0 Favorites   0 Comments

Color spaces of #dc4aae

RGB 22074174
HSL0.890.680.58
HSV319°66°86°
CMYK 0.000.660.21   0.14
XYZ39.604023.169242.4291
Yxy23.16920.37650.2202
Hunter Lab48.134462.6310-18.5684
CIE-Lab55.246266.3581-23.2441

#dc4aae color RGB value is (220,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001010 10101110
Octal 334 112 256
Decimal 220 74 174
Hex DC 4A AE

RGB Percentages of Color #dc4aae

%47.01
%15.81
%37.18

CMYK Percentages of Color #dc4aae

%0
%66
%21
%14

Triadic Colors of #dc4aae

#dc4aae #aedc4a #4aaedc

Analogous Colors of #dc4aae

#dc4aae #dc4a65 #c14adc

Monochromatic Colors of #dc4aae

#dc4aae

Complementary Color

#dc4aae #4adc78

#dc4aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4aae Color CSS Codes

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

#dc4aae Text Font Color

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

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


#dc4aae Background Color

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

This div background color is #dc4aae


#dc4aae Border Color

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

This div border color is #dc4aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4aae


Comments

No comments written yet.

Please login to write comment.