Color Hex Logo

#dc70aa Color Hex

#DC70AA
(220,112,170)
0 Favorites   0 Comments

Color spaces of #dc70aa

RGB 220112170
HSL0.910.610.65
HSV328°49°86°
CMYK 0.000.490.23   0.14
XYZ42.565129.706341.5207
Yxy29.70630.37410.2611
Hunter Lab54.503544.0204-7.0146
CIE-Lab61.400048.9178-11.5841

#dc70aa color RGB value is (220,112,170).

#dc70aa hex color red value is 220, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc70aa hue: 0.91 , saturation: 0.61 and the lightness value of dc70aa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 10101010
Octal 334 160 252
Decimal 220 112 170
Hex DC 70 AA

RGB Percentages of Color #dc70aa

%43.82
%22.31
%33.86

CMYK Percentages of Color #dc70aa

%0
%49
%23
%14

Triadic Colors of #dc70aa

#dc70aa #aadc70 #70aadc

Analogous Colors of #dc70aa

#dc70aa #dc7074 #d870dc

Monochromatic Colors of #dc70aa

#dc70aa

Complementary Color

#dc70aa #70dca2

#dc70aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc70aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc70aa Color CSS Codes

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

#dc70aa Text Font Color

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

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


#dc70aa Background Color

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

This div background color is #dc70aa


#dc70aa Border Color

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

This div border color is #dc70aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc70aa


Comments

No comments written yet.

Please login to write comment.