Color Hex Logo

#ab15bf Color Hex

#AB15BF
(171,21,191)
0 Favorites   0 Comments

Color spaces of #ab15bf

RGB 17121191
HSL0.810.800.42
HSV293°89°75°
CMYK 0.100.890.00   0.25
XYZ26.466712.955850.3960
Yxy12.95580.29470.1442
Hunter Lab35.994268.2622-57.8169
CIE-Lab42.696673.5030-53.5055

#ab15bf color RGB value is (171,21,191).

#ab15bf hex color red value is 171, green value is 21 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab15bf hue: 0.81 , saturation: 0.80 and the lightness value of ab15bf is 0.42.

The process color (four color CMYK) of #ab15bf color hex is 0.10, 0.89, 0.00, 0.25. Web safe color of #ab15bf is #9900cc. Color #ab15bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 10111111
Octal 253 25 277
Decimal 171 21 191
Hex AB 15 BF

RGB Percentages of Color #ab15bf

%44.65
%5.48
%49.87

CMYK Percentages of Color #ab15bf

%10
%89
%0
%25

Triadic Colors of #ab15bf

#ab15bf #bfab15 #15bfab

Analogous Colors of #ab15bf

#ab15bf #bf157e #5615bf

Monochromatic Colors of #ab15bf

#ab15bf

Complementary Color

#ab15bf #29bf15

#ab15bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab15bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab15bf Color CSS Codes

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

#ab15bf Text Font Color

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

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


#ab15bf Background Color

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

This div background color is #ab15bf


#ab15bf Border Color

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

This div border color is #ab15bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,21,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 #ab15bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab15bf


Comments

No comments written yet.

Please login to write comment.