Color Hex Logo

#a00abc Color Hex

#A00ABC
(160,10,188)
0 Favorites   0 Comments

Color spaces of #a00abc

RGB 16010188
HSL0.810.900.39
HSV291°95°74°
CMYK 0.150.950.00   0.26
XYZ23.682811.321548.5140
Yxy11.32150.28360.1356
Hunter Lab33.647466.7545-61.9331
CIE-Lab40.116872.7484-56.0032

#a00abc color RGB value is (160,10,188).

#a00abc hex color red value is 160, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a00abc hue: 0.81 , saturation: 0.90 and the lightness value of a00abc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 10111100
Octal 240 12 274
Decimal 160 10 188
Hex A0 A BC

RGB Percentages of Color #a00abc

%44.69
%2.79
%52.51

CMYK Percentages of Color #a00abc

%15
%95
%0
%26

Triadic Colors of #a00abc

#a00abc #bca00a #0abca0

Analogous Colors of #a00abc

#a00abc #bc0a7f #470abc

Monochromatic Colors of #a00abc

#a00abc

Complementary Color

#a00abc #26bc0a

#a00abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00abc Color CSS Codes

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

#a00abc Text Font Color

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

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


#a00abc Background Color

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

This div background color is #a00abc


#a00abc Border Color

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

This div border color is #a00abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00abc


Comments

No comments written yet.

Please login to write comment.