Color Hex Logo

#dc42ae Color Hex

#DC42AE
(220,66,174)
0 Favorites   0 Comments

Color spaces of #dc42ae

RGB 22066174
HSL0.880.690.56
HSV318°70°86°
CMYK 0.000.700.21   0.14
XYZ39.103422.168142.2623
Yxy22.16810.37770.2141
Hunter Lab47.083065.8526-20.2613
CIE-Lab54.204969.2663-24.8478

#dc42ae color RGB value is (220,66,174).

#dc42ae hex color red value is 220, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc42ae hue: 0.88 , saturation: 0.69 and the lightness value of dc42ae is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 10101110
Octal 334 102 256
Decimal 220 66 174
Hex DC 42 AE

RGB Percentages of Color #dc42ae

%47.83
%14.35
%37.83

CMYK Percentages of Color #dc42ae

%0
%70
%21
%14

Triadic Colors of #dc42ae

#dc42ae #aedc42 #42aedc

Analogous Colors of #dc42ae

#dc42ae #dc4261 #bd42dc

Monochromatic Colors of #dc42ae

#dc42ae

Complementary Color

#dc42ae #42dc70

#dc42ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc42ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc42ae Color CSS Codes

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

#dc42ae Text Font Color

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

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


#dc42ae Background Color

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

This div background color is #dc42ae


#dc42ae Border Color

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

This div border color is #dc42ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc42ae


Comments

No comments written yet.

Please login to write comment.