Color Hex Logo

#ad0abf Color Hex

#AD0ABF
(173,10,191)
0 Favorites   0 Comments

Color spaces of #ad0abf

RGB 17310191
HSL0.820.900.39
HSV294°95°75°
CMYK 0.090.950.00   0.25
XYZ26.746112.862950.3633
Yxy12.86290.29730.1430
Hunter Lab35.864970.3521-58.1526
CIE-Lab42.555975.2541-53.7146

#ad0abf color RGB value is (173,10,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 10111111
Octal 255 12 277
Decimal 173 10 191
Hex AD A BF

RGB Percentages of Color #ad0abf

%46.26
%2.67
%51.07

CMYK Percentages of Color #ad0abf

%9
%95
%0
%25

Triadic Colors of #ad0abf

#ad0abf #bfad0a #0abfad

Analogous Colors of #ad0abf

#ad0abf #bf0a77 #530abf

Monochromatic Colors of #ad0abf

#ad0abf

Complementary Color

#ad0abf #1cbf0a

#ad0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0abf Color CSS Codes

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

#ad0abf Text Font Color

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

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


#ad0abf Background Color

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

This div background color is #ad0abf


#ad0abf Border Color

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

This div border color is #ad0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0abf


Comments

No comments written yet.

Please login to write comment.