Color Hex Logo

#ab15ad Color Hex

#AB15AD
(171,21,173)
0 Favorites   0 Comments

Color spaces of #ab15ad

RGB 17121173
HSL0.830.780.38
HSV299°88°68°
CMYK 0.010.880.00   0.32
XYZ24.605612.211440.5953
Yxy12.21140.31790.1577
Hunter Lab34.944864.5333-44.4157
CIE-Lab41.550270.6046-44.7224

#ab15ad color RGB value is (171,21,173).

#ab15ad hex color red value is 171, green value is 21 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab15ad hue: 0.83 , saturation: 0.78 and the lightness value of ab15ad is 0.38.

The process color (four color CMYK) of #ab15ad color hex is 0.01, 0.88, 0.00, 0.32. Web safe color of #ab15ad is #990099. Color #ab15ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 10101101
Octal 253 25 255
Decimal 171 21 173
Hex AB 15 AD

RGB Percentages of Color #ab15ad

%46.85
%5.75
%47.40

CMYK Percentages of Color #ab15ad

%1
%88
%0
%32

Triadic Colors of #ab15ad

#ab15ad #adab15 #15adab

Analogous Colors of #ab15ad

#ab15ad #ad1563 #5f15ad

Monochromatic Colors of #ab15ad

#ab15ad

Complementary Color

#ab15ad #17ad15

#ab15ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab15ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab15ad Color CSS Codes

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

#ab15ad Text Font Color

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

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


#ab15ad Background Color

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

This div background color is #ab15ad


#ab15ad Border Color

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

This div border color is #ab15ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab15ad


Comments

No comments written yet.

Please login to write comment.