Color Hex Logo

#a001bd Color Hex

#A001BD
(160,1,189)
0 Favorites   0 Comments

Color spaces of #a001bd

RGB 1601189
HSL0.810.990.37
HSV291°99°74°
CMYK 0.150.990.00   0.26
XYZ23.693411.169449.0512
Yxy11.16940.28240.1331
Hunter Lab33.420768.0605-63.6250
CIE-Lab39.864373.8834-57.0002

#a001bd color RGB value is (160,1,189).

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

The process color (four color CMYK) of #a001bd color hex is 0.15, 0.99, 0.00, 0.26. Web safe color of #a001bd is #9900cc. Color #a001bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000001 10111101
Octal 240 1 275
Decimal 160 1 189
Hex A0 1 BD

RGB Percentages of Color #a001bd

%45.71
%0.29
%54.00

CMYK Percentages of Color #a001bd

%15
%99
%0
%26

Triadic Colors of #a001bd

#a001bd #bda001 #01bda0

Analogous Colors of #a001bd

#a001bd #bd017c #4201bd

Monochromatic Colors of #a001bd

#a001bd

Complementary Color

#a001bd #1ebd01

#a001bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a001bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a001bd Color CSS Codes

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

#a001bd Text Font Color

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

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


#a001bd Background Color

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

This div background color is #a001bd


#a001bd Border Color

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

This div border color is #a001bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,1,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a001bd


Comments

No comments written yet.

Please login to write comment.