Color Hex Logo

#dc75aa Color Hex

#DC75AA
(220,117,170)
0 Favorites   0 Comments

Color spaces of #dc75aa

RGB 220117170
HSL0.910.600.66
HSV329°47°86°
CMYK 0.000.470.23   0.14
XYZ43.132230.840541.7097
Yxy30.84050.37290.2666
Hunter Lab55.534241.4521-5.6566
CIE-Lab62.372846.4162-10.1266

#dc75aa color RGB value is (220,117,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10101010
Octal 334 165 252
Decimal 220 117 170
Hex DC 75 AA

RGB Percentages of Color #dc75aa

%43.39
%23.08
%33.53

CMYK Percentages of Color #dc75aa

%0
%47
%23
%14

Triadic Colors of #dc75aa

#dc75aa #aadc75 #75aadc

Analogous Colors of #dc75aa

#dc75aa #dc7577 #db75dc

Monochromatic Colors of #dc75aa

#dc75aa

Complementary Color

#dc75aa #75dca7

#dc75aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75aa Color CSS Codes

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

#dc75aa Text Font Color

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

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


#dc75aa Background Color

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

This div background color is #dc75aa


#dc75aa Border Color

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

This div border color is #dc75aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75aa


Comments

No comments written yet.

Please login to write comment.