Color Hex Logo

#ad0abc Color Hex

#AD0ABC
(173,10,188)
0 Favorites   0 Comments

Color spaces of #ad0abc

RGB 17310188
HSL0.820.900.39
HSV295°95°74°
CMYK 0.080.950.00   0.26
XYZ26.419212.732248.6421
Yxy12.73220.30090.1450
Hunter Lab35.682269.7180-55.8468
CIE-Lab42.356974.7715-52.2752

#ad0abc color RGB value is (173,10,188).

#ad0abc hex color red value is 173, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad0abc hue: 0.82 , saturation: 0.90 and the lightness value of ad0abc is 0.39.

The process color (four color CMYK) of #ad0abc color hex is 0.08, 0.95, 0.00, 0.26. Web safe color of #ad0abc is #9900cc. Color #ad0abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 10111100
Octal 255 12 274
Decimal 173 10 188
Hex AD A BC

RGB Percentages of Color #ad0abc

%46.63
%2.70
%50.67

CMYK Percentages of Color #ad0abc

%8
%95
%0
%26

Triadic Colors of #ad0abc

#ad0abc #bcad0a #0abcad

Analogous Colors of #ad0abc

#ad0abc #bc0a72 #540abc

Monochromatic Colors of #ad0abc

#ad0abc

Complementary Color

#ad0abc #19bc0a

#ad0abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0abc Color CSS Codes

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

#ad0abc Text Font Color

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

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


#ad0abc Background Color

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

This div background color is #ad0abc


#ad0abc Border Color

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

This div border color is #ad0abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0abc


Comments

No comments written yet.

Please login to write comment.