Color Hex Logo

#a03cea Color Hex

#A03CEA
(160,60,234)
0 Favorites   0 Comments

Color spaces of #a03cea

RGB 16060234
HSL0.760.810.58
HSV274°74°92°
CMYK 0.320.740.00   0.08
XYZ30.964316.645879.4229
Yxy16.64580.24380.1310
Hunter Lab40.799364.0725-86.8589
CIE-Lab47.810668.9959-70.0174

#a03cea color RGB value is (160,60,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 11101010
Octal 240 74 352
Decimal 160 60 234
Hex A0 3C EA

RGB Percentages of Color #a03cea

%35.24
%13.22
%51.54

CMYK Percentages of Color #a03cea

%32
%74
%0
%8

Triadic Colors of #a03cea

#a03cea #eaa03c #3ceaa0

Analogous Colors of #a03cea

#a03cea #ea3cdd #493cea

Monochromatic Colors of #a03cea

#a03cea

Complementary Color

#a03cea #86ea3c

#a03cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cea Color CSS Codes

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

#a03cea Text Font Color

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

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


#a03cea Background Color

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

This div background color is #a03cea


#a03cea Border Color

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

This div border color is #a03cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,60,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 #a03cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cea


Comments

No comments written yet.

Please login to write comment.