Color Hex Logo

#dc55af Color Hex

#DC55AF
(220,85,175)
0 Favorites   0 Comments

Color spaces of #dc55af

RGB 22085175
HSL0.890.660.60
HSV320°61°86°
CMYK 0.000.610.20   0.14
XYZ40.501624.807843.2112
Yxy24.80780.37320.2286
Hunter Lab49.807457.9867-16.5727
CIE-Lab56.887762.0831-21.3061

#dc55af color RGB value is (220,85,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 10101111
Octal 334 125 257
Decimal 220 85 175
Hex DC 55 AF

RGB Percentages of Color #dc55af

%45.83
%17.71
%36.46

CMYK Percentages of Color #dc55af

%0
%61
%20
%14

Triadic Colors of #dc55af

#dc55af #afdc55 #55afdc

Analogous Colors of #dc55af

#dc55af #dc556c #c655dc

Monochromatic Colors of #dc55af

#dc55af

Complementary Color

#dc55af #55dc82

#dc55af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc55af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc55af Color CSS Codes

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

#dc55af Text Font Color

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

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


#dc55af Background Color

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

This div background color is #dc55af


#dc55af Border Color

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

This div border color is #dc55af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc55af


Comments

No comments written yet.

Please login to write comment.