Color Hex Logo

#a03bea Color Hex

#A03BEA
(160,59,234)
0 Favorites   0 Comments

Color spaces of #a03bea

RGB 16059234
HSL0.760.810.57
HSV275°75°92°
CMYK 0.320.750.00   0.08
XYZ30.912516.542079.4056
Yxy16.54200.24370.1304
Hunter Lab40.671964.4925-87.2844
CIE-Lab47.677769.3768-70.2335

#a03bea color RGB value is (160,59,234).

#a03bea hex color red value is 160, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a03bea hue: 0.76 , saturation: 0.81 and the lightness value of a03bea is 0.57.

The process color (four color CMYK) of #a03bea color hex is 0.32, 0.75, 0.00, 0.08. Web safe color of #a03bea is #9933ff. Color #a03bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 11101010
Octal 240 73 352
Decimal 160 59 234
Hex A0 3B EA

RGB Percentages of Color #a03bea

%35.32
%13.02
%51.66

CMYK Percentages of Color #a03bea

%32
%75
%0
%8

Triadic Colors of #a03bea

#a03bea #eaa03b #3beaa0

Analogous Colors of #a03bea

#a03bea #ea3bdd #483bea

Monochromatic Colors of #a03bea

#a03bea

Complementary Color

#a03bea #85ea3b

#a03bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bea Color CSS Codes

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

#a03bea Text Font Color

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

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


#a03bea Background Color

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

This div background color is #a03bea


#a03bea Border Color

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

This div border color is #a03bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bea


Comments

No comments written yet.

Please login to write comment.