Color Hex Logo

#dc75af Color Hex

#DC75AF
(220,117,175)
0 Favorites   0 Comments

Color spaces of #dc75af

RGB 220117175
HSL0.910.600.66
HSV326°47°86°
CMYK 0.000.470.20   0.14
XYZ43.614431.033444.2488
Yxy31.03340.36680.2610
Hunter Lab55.707642.2622-8.0990
CIE-Lab62.535847.1399-12.7351

#dc75af color RGB value is (220,117,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10101111
Octal 334 165 257
Decimal 220 117 175
Hex DC 75 AF

RGB Percentages of Color #dc75af

%42.97
%22.85
%34.18

CMYK Percentages of Color #dc75af

%0
%47
%20
%14

Triadic Colors of #dc75af

#dc75af #afdc75 #75afdc

Analogous Colors of #dc75af

#dc75af #dc757c #d675dc

Monochromatic Colors of #dc75af

#dc75af

Complementary Color

#dc75af #75dca2

#dc75af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75af Color CSS Codes

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

#dc75af Text Font Color

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

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


#dc75af Background Color

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

This div background color is #dc75af


#dc75af Border Color

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

This div border color is #dc75af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75af


Comments

No comments written yet.

Please login to write comment.