Color Hex Logo

#dc75ad Color Hex

#DC75AD
(220,117,173)
0 Favorites   0 Comments

Color spaces of #dc75ad

RGB 220117173
HSL0.910.600.66
HSV327°47°86°
CMYK 0.000.470.21   0.14
XYZ43.419330.955443.2217
Yxy30.95540.36920.2632
Hunter Lab55.637641.9348-7.1128
CIE-Lab62.470046.8478-11.6934

#dc75ad color RGB value is (220,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10101101
Octal 334 165 255
Decimal 220 117 173
Hex DC 75 AD

RGB Percentages of Color #dc75ad

%43.14
%22.94
%33.92

CMYK Percentages of Color #dc75ad

%0
%47
%21
%14

Triadic Colors of #dc75ad

#dc75ad #addc75 #75addc

Analogous Colors of #dc75ad

#dc75ad #dc757a #d875dc

Monochromatic Colors of #dc75ad

#dc75ad

Complementary Color

#dc75ad #75dca4

#dc75ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75ad Color CSS Codes

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

#dc75ad Text Font Color

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

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


#dc75ad Background Color

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

This div background color is #dc75ad


#dc75ad Border Color

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

This div border color is #dc75ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75ad


Comments

No comments written yet.

Please login to write comment.