Color Hex Logo

#ad0abe Color Hex

#AD0ABE
(173,10,190)
0 Favorites   0 Comments

Color spaces of #ad0abe

RGB 17310190
HSL0.820.900.39
HSV294°95°75°
CMYK 0.090.950.00   0.25
XYZ26.636412.819049.7856
Yxy12.81900.29850.1436
Hunter Lab35.803670.1402-57.3813
CIE-Lab42.489275.0930-53.2359

#ad0abe color RGB value is (173,10,190).

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

The process color (four color CMYK) of #ad0abe color hex is 0.09, 0.95, 0.00, 0.25. Web safe color of #ad0abe is #9900cc. Color #ad0abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 10111110
Octal 255 12 276
Decimal 173 10 190
Hex AD A BE

RGB Percentages of Color #ad0abe

%46.38
%2.68
%50.94

CMYK Percentages of Color #ad0abe

%9
%95
%0
%25

Triadic Colors of #ad0abe

#ad0abe #bead0a #0abead

Analogous Colors of #ad0abe

#ad0abe #be0a75 #530abe

Monochromatic Colors of #ad0abe

#ad0abe

Complementary Color

#ad0abe #1bbe0a

#ad0abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0abe Color CSS Codes

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

#ad0abe Text Font Color

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

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


#ad0abe Background Color

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

This div background color is #ad0abe


#ad0abe Border Color

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

This div border color is #ad0abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0abe


Comments

No comments written yet.

Please login to write comment.