Color Hex Logo

#a01bad Color Hex

#A01BAD
(160,27,173)
0 Favorites   0 Comments

Color spaces of #a01bad

RGB 16027173
HSL0.820.730.39
HSV295°84°68°
CMYK 0.080.840.00   0.32
XYZ22.432011.274640.5291
Yxy11.27460.30220.1519
Hunter Lab33.577760.4883-48.0602
CIE-Lab40.039267.4433-47.2492

#a01bad color RGB value is (160,27,173).

#a01bad hex color red value is 160, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a01bad hue: 0.82 , saturation: 0.73 and the lightness value of a01bad is 0.39.

The process color (four color CMYK) of #a01bad color hex is 0.08, 0.84, 0.00, 0.32. Web safe color of #a01bad is #993399. Color #a01bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011011 10101101
Octal 240 33 255
Decimal 160 27 173
Hex A0 1B AD

RGB Percentages of Color #a01bad

%44.44
%7.50
%48.06

CMYK Percentages of Color #a01bad

%8
%84
%0
%32

Triadic Colors of #a01bad

#a01bad #ada01b #1bada0

Analogous Colors of #a01bad

#a01bad #ad1b71 #571bad

Monochromatic Colors of #a01bad

#a01bad

Complementary Color

#a01bad #28ad1b

#a01bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01bad Color CSS Codes

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

#a01bad Text Font Color

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

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


#a01bad Background Color

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

This div background color is #a01bad


#a01bad Border Color

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

This div border color is #a01bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01bad


Comments

No comments written yet.

Please login to write comment.