Color Hex Logo

#a03cab Color Hex

#A03CAB
(160,60,171)
0 Favorites   0 Comments

Color spaces of #a03cab

RGB 16060171
HSL0.820.480.45
HSV294°65°67°
CMYK 0.060.650.00   0.33
XYZ23.463713.645639.9253
Yxy13.64560.30460.1771
Hunter Lab36.940048.7356-38.2236
CIE-Lab43.720356.2425-40.1844

#a03cab color RGB value is (160,60,171).

#a03cab hex color red value is 160, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a03cab hue: 0.82 , saturation: 0.48 and the lightness value of a03cab is 0.45.

The process color (four color CMYK) of #a03cab color hex is 0.06, 0.65, 0.00, 0.33. Web safe color of #a03cab is #993399. Color #a03cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 10101011
Octal 240 74 253
Decimal 160 60 171
Hex A0 3C AB

RGB Percentages of Color #a03cab

%40.92
%15.35
%43.73

CMYK Percentages of Color #a03cab

%6
%65
%0
%33

Triadic Colors of #a03cab

#a03cab #aba03c #3caba0

Analogous Colors of #a03cab

#a03cab #ab3c7f #693cab

Monochromatic Colors of #a03cab

#a03cab

Complementary Color

#a03cab #47ab3c

#a03cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cab Color CSS Codes

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

#a03cab Text Font Color

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

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


#a03cab Background Color

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

This div background color is #a03cab


#a03cab Border Color

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

This div border color is #a03cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cab


Comments

No comments written yet.

Please login to write comment.