Color Hex Logo

#a001bf Color Hex

#A001BF
(160,1,191)
0 Favorites   0 Comments

Color spaces of #a001bf

RGB 1601191
HSL0.810.990.38
HSV290°99°75°
CMYK 0.160.990.00   0.25
XYZ23.912011.256950.2027
Yxy11.25690.28010.1319
Hunter Lab33.551368.5021-65.2295
CIE-Lab40.009874.2211-57.9398

#a001bf color RGB value is (160,1,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000001 10111111
Octal 240 1 277
Decimal 160 1 191
Hex A0 1 BF

RGB Percentages of Color #a001bf

%45.45
%0.28
%54.26

CMYK Percentages of Color #a001bf

%16
%99
%0
%25

Triadic Colors of #a001bf

#a001bf #bfa001 #01bfa0

Analogous Colors of #a001bf

#a001bf #bf017f #4101bf

Monochromatic Colors of #a001bf

#a001bf

Complementary Color

#a001bf #20bf01

#a001bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a001bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a001bf Color CSS Codes

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

#a001bf Text Font Color

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

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


#a001bf Background Color

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

This div background color is #a001bf


#a001bf Border Color

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

This div border color is #a001bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a001bf


Comments

No comments written yet.

Please login to write comment.