Color Hex Logo

#dc0ab0 Color Hex

#DC0AB0
(220,10,176)
0 Favorites   0 Comments

Color spaces of #dc0ab0

RGB 22010176
HSL0.870.910.45
HSV313°95°86°
CMYK 0.000.950.20   0.14
XYZ37.460218.567342.6838
Yxy18.56730.37950.1881
Hunter Lab43.089879.7722-28.5685
CIE-Lab50.177181.3439-32.2757

#dc0ab0 color RGB value is (220,10,176).

#dc0ab0 hex color red value is 220, green value is 10 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dc0ab0 hue: 0.87 , saturation: 0.91 and the lightness value of dc0ab0 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001010 10110000
Octal 334 12 260
Decimal 220 10 176
Hex DC A B0

RGB Percentages of Color #dc0ab0

%54.19
%2.46
%43.35

CMYK Percentages of Color #dc0ab0

%0
%95
%20
%14

Triadic Colors of #dc0ab0

#dc0ab0 #b0dc0a #0ab0dc

Analogous Colors of #dc0ab0

#dc0ab0 #dc0a47 #9f0adc

Monochromatic Colors of #dc0ab0

#dc0ab0

Complementary Color

#dc0ab0 #0adc36

#dc0ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0ab0 Color CSS Codes

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

#dc0ab0 Text Font Color

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

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


#dc0ab0 Background Color

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

This div background color is #dc0ab0


#dc0ab0 Border Color

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

This div border color is #dc0ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0ab0


Comments

No comments written yet.

Please login to write comment.