Color Hex Logo

#a03ace Color Hex

#A03ACE
(160,58,206)
0 Favorites   0 Comments

Color spaces of #a03ace

RGB 16058206
HSL0.780.600.52
HSV281°72°81°
CMYK 0.220.720.00   0.19
XYZ27.150814.955959.8483
Yxy14.95590.26630.1467
Hunter Lab38.672957.6408-64.6834
CIE-Lab45.573763.8907-57.6686

#a03ace color RGB value is (160,58,206).

#a03ace hex color red value is 160, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a03ace hue: 0.78 , saturation: 0.60 and the lightness value of a03ace is 0.52.

The process color (four color CMYK) of #a03ace color hex is 0.22, 0.72, 0.00, 0.19. Web safe color of #a03ace is #9933cc. Color #a03ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111010 11001110
Octal 240 72 316
Decimal 160 58 206
Hex A0 3A CE

RGB Percentages of Color #a03ace

%37.74
%13.68
%48.58

CMYK Percentages of Color #a03ace

%22
%72
%0
%19

Triadic Colors of #a03ace

#a03ace #cea03a #3acea0

Analogous Colors of #a03ace

#a03ace #ce3ab2 #563ace

Monochromatic Colors of #a03ace

#a03ace

Complementary Color

#a03ace #68ce3a

#a03ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03ace Color CSS Codes

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

#a03ace Text Font Color

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

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


#a03ace Background Color

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

This div background color is #a03ace


#a03ace Border Color

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

This div border color is #a03ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03ace


Comments

No comments written yet.

Please login to write comment.