Color Hex Logo

#a201ba Color Hex

#A201BA
(162,1,186)
0 Favorites   0 Comments

Color spaces of #a201ba

RGB 1621186
HSL0.810.990.37
HSV292°99°73°
CMYK 0.130.990.00   0.27
XYZ23.774111.248347.3725
Yxy11.24830.28850.1365
Hunter Lab33.538567.8392-60.2691
CIE-Lab39.995673.6746-55.0046

#a201ba color RGB value is (162,1,186).

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

The process color (four color CMYK) of #a201ba color hex is 0.13, 0.99, 0.00, 0.27. Web safe color of #a201ba is #9900cc. Color #a201ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000001 10111010
Octal 242 1 272
Decimal 162 1 186
Hex A2 1 BA

RGB Percentages of Color #a201ba

%46.42
%0.29
%53.30

CMYK Percentages of Color #a201ba

%13
%99
%0
%27

Triadic Colors of #a201ba

#a201ba #baa201 #01baa2

Analogous Colors of #a201ba

#a201ba #ba0176 #4601ba

Monochromatic Colors of #a201ba

#a201ba

Complementary Color

#a201ba #19ba01

#a201ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a201ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a201ba Color CSS Codes

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

#a201ba Text Font Color

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

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


#a201ba Background Color

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

This div background color is #a201ba


#a201ba Border Color

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

This div border color is #a201ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a201ba


Comments

No comments written yet.

Please login to write comment.