Color Hex Logo

#dc75ac Color Hex

#DC75AC
(220,117,172)
0 Favorites   0 Comments

Color spaces of #dc75ac

RGB 220117172
HSL0.910.600.66
HSV328°47°86°
CMYK 0.000.470.22   0.14
XYZ43.322930.916842.7139
Yxy30.91680.37040.2644
Hunter Lab55.602941.7730-6.6243
CIE-Lab62.437346.7033-11.1717

#dc75ac color RGB value is (220,117,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10101100
Octal 334 165 254
Decimal 220 117 172
Hex DC 75 AC

RGB Percentages of Color #dc75ac

%43.22
%22.99
%33.79

CMYK Percentages of Color #dc75ac

%0
%47
%22
%14

Triadic Colors of #dc75ac

#dc75ac #acdc75 #75acdc

Analogous Colors of #dc75ac

#dc75ac #dc7579 #d975dc

Monochromatic Colors of #dc75ac

#dc75ac

Complementary Color

#dc75ac #75dca5

#dc75ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75ac Color CSS Codes

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

#dc75ac Text Font Color

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

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


#dc75ac Background Color

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

This div background color is #dc75ac


#dc75ac Border Color

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

This div border color is #dc75ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75ac


Comments

No comments written yet.

Please login to write comment.