Color Hex Logo

#ab01bf Color Hex

#AB01BF
(171,1,191)
0 Favorites   0 Comments

Color spaces of #ab01bf

RGB 1711191
HSL0.820.990.38
HSV294°99°75°
CMYK 0.100.990.00   0.25
XYZ26.209412.441250.3102
Yxy12.44120.29460.1399
Hunter Lab35.272170.9107-59.8776
CIE-Lab41.908975.8366-54.7757

#ab01bf color RGB value is (171,1,191).

#ab01bf hex color red value is 171, green value is 1 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab01bf hue: 0.82 , saturation: 0.99 and the lightness value of ab01bf is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 10111111
Octal 253 1 277
Decimal 171 1 191
Hex AB 1 BF

RGB Percentages of Color #ab01bf

%47.11
%0.28
%52.62

CMYK Percentages of Color #ab01bf

%10
%99
%0
%25

Triadic Colors of #ab01bf

#ab01bf #bfab01 #01bfab

Analogous Colors of #ab01bf

#ab01bf #bf0174 #4c01bf

Monochromatic Colors of #ab01bf

#ab01bf

Complementary Color

#ab01bf #15bf01

#ab01bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01bf Color CSS Codes

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

#ab01bf Text Font Color

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

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


#ab01bf Background Color

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

This div background color is #ab01bf


#ab01bf Border Color

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

This div border color is #ab01bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01bf


Comments

No comments written yet.

Please login to write comment.