Color Hex Logo

#dc00af Color Hex

#DC00AF
(220,0,175)
0 Favorites   0 Comments

Color spaces of #dc00af

RGB 2200175
HSL0.871.000.43
HSV312°100°86°
CMYK 0.001.000.20   0.14
XYZ37.253118.310842.1283
Yxy18.31080.38130.1874
Hunter Lab42.791180.5141-28.4178
CIE-Lab49.870981.9867-32.1658

#dc00af color RGB value is (220,0,175).

#dc00af hex color red value is 220, green value is 0 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dc00af hue: 0.87 , saturation: 1.00 and the lightness value of dc00af is 0.43.

The process color (four color CMYK) of #dc00af color hex is 0.00, 1.00, 0.20, 0.14. Web safe color of #dc00af is #cc0099. Color #dc00af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10101111
Octal 334 0 257
Decimal 220 0 175
Hex DC 0 AF

RGB Percentages of Color #dc00af

%55.70
%0.00
%44.30

CMYK Percentages of Color #dc00af

%0
%100
%20
%14

Triadic Colors of #dc00af

#dc00af #afdc00 #00afdc

Analogous Colors of #dc00af

#dc00af #dc0041 #9b00dc

Monochromatic Colors of #dc00af

#dc00af

Complementary Color

#dc00af #00dc2d

#dc00af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc00af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc00af Color CSS Codes

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

#dc00af Text Font Color

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

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


#dc00af Background Color

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

This div background color is #dc00af


#dc00af Border Color

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

This div border color is #dc00af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc00af


Comments

No comments written yet.

Please login to write comment.