Color Hex Logo

#a02abb Color Hex

#A02ABB
(160,42,187)
0 Favorites   0 Comments

Color spaces of #a02abb

RGB 16042187
HSL0.800.630.45
HSV289°78°73°
CMYK 0.140.780.00   0.27
XYZ24.294812.717448.1879
Yxy12.71740.28510.1493
Hunter Lab35.661559.1977-55.1532
CIE-Lab42.334365.8772-51.8368

#a02abb color RGB value is (160,42,187).

#a02abb hex color red value is 160, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a02abb hue: 0.80 , saturation: 0.63 and the lightness value of a02abb is 0.45.

The process color (four color CMYK) of #a02abb color hex is 0.14, 0.78, 0.00, 0.27. Web safe color of #a02abb is #9933cc. Color #a02abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 10111011
Octal 240 52 273
Decimal 160 42 187
Hex A0 2A BB

RGB Percentages of Color #a02abb

%41.13
%10.80
%48.07

CMYK Percentages of Color #a02abb

%14
%78
%0
%27

Triadic Colors of #a02abb

#a02abb #bba02a #2abba0

Analogous Colors of #a02abb

#a02abb #bb2a8e #582abb

Monochromatic Colors of #a02abb

#a02abb

Complementary Color

#a02abb #45bb2a

#a02abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02abb Color CSS Codes

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

#a02abb Text Font Color

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

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


#a02abb Background Color

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

This div background color is #a02abb


#a02abb Border Color

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

This div border color is #a02abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02abb


Comments

No comments written yet.

Please login to write comment.