Color Hex Logo

#ab15af Color Hex

#AB15AF
(171,21,175)
0 Favorites   0 Comments

Color spaces of #ab15af

RGB 17121175
HSL0.830.790.38
HSV298°88°69°
CMYK 0.020.880.00   0.31
XYZ24.800612.289441.6224
Yxy12.28940.31510.1561
Hunter Lab35.056264.9317-45.8559
CIE-Lab41.672470.9172-45.7154

#ab15af color RGB value is (171,21,175).

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

The process color (four color CMYK) of #ab15af color hex is 0.02, 0.88, 0.00, 0.31. Web safe color of #ab15af is #990099. Color #ab15af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 10101111
Octal 253 25 257
Decimal 171 21 175
Hex AB 15 AF

RGB Percentages of Color #ab15af

%46.59
%5.72
%47.68

CMYK Percentages of Color #ab15af

%2
%88
%0
%31

Triadic Colors of #ab15af

#ab15af #afab15 #15afab

Analogous Colors of #ab15af

#ab15af #af1566 #5e15af

Monochromatic Colors of #ab15af

#ab15af

Complementary Color

#ab15af #19af15

#ab15af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab15af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab15af Color CSS Codes

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

#ab15af Text Font Color

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

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


#ab15af Background Color

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

This div background color is #ab15af


#ab15af Border Color

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

This div border color is #ab15af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab15af


Comments

No comments written yet.

Please login to write comment.