Color Hex Logo

#a005ba Color Hex

#A005BA
(160,5,186)
0 Favorites   0 Comments

Color spaces of #a005ba

RGB 1605186
HSL0.810.950.37
HSV291°97°73°
CMYK 0.140.970.00   0.27
XYZ23.414411.127347.3681
Yxy11.12730.28590.1358
Hunter Lab33.357666.9171-60.8420
CIE-Lab39.794172.9463-55.3473

#a005ba color RGB value is (160,5,186).

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

The process color (four color CMYK) of #a005ba color hex is 0.14, 0.97, 0.00, 0.27. Web safe color of #a005ba is #9900cc. Color #a005ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000101 10111010
Octal 240 5 272
Decimal 160 5 186
Hex A0 5 BA

RGB Percentages of Color #a005ba

%45.58
%1.42
%52.99

CMYK Percentages of Color #a005ba

%14
%97
%0
%27

Triadic Colors of #a005ba

#a005ba #baa005 #05baa0

Analogous Colors of #a005ba

#a005ba #ba057a #4505ba

Monochromatic Colors of #a005ba

#a005ba

Complementary Color

#a005ba #1fba05

#a005ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a005ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a005ba Color CSS Codes

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

#a005ba Text Font Color

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

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


#a005ba Background Color

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

This div background color is #a005ba


#a005ba Border Color

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

This div border color is #a005ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a005ba


Comments

No comments written yet.

Please login to write comment.