color codes Logo

#a00cea color codes

#A00CEA
(160,12,234)
0 Favorites   0 Comments

Color spaces of #a00cea

RGB 16012234
HSL0.780.900.48
HSV280°95°92°
CMYK 0.320.950.00   0.08
XYZ29.480013.677078.9281
Yxy13.67700.24150.1120
Hunter Lab36.982477.5694-100.6493
CIE-Lab43.766180.8415-76.6160

#a00cea color RGB value is (160,12,234).

#a00cea hex color red value is 160, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a00cea hue: 0.78 , saturation: 0.90 and the lightness value of a00cea is 0.48.

The process color (four color CMYK) of #a00cea color code is 0.32, 0.95, 0.00, 0.08. Web safe color of #a00cea is #9900ff. Color #a00cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11101010
Octal 240 14 352
Decimal 160 12 234
Hex A0 C EA

RGB Percentages of Color #a00cea

%39.41
%2.96
%57.64

CMYK Percentages of Color #a00cea

%32
%95
%0
%8

Triadic Colors of #a00cea

#a00cea #eaa00c #0ceaa0

Analogous Colors of #a00cea

#a00cea #ea0cc5 #310cea

Monochromatic Colors of #a00cea

#a00cea

Complementary Color

#a00cea #56ea0c

#a00cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cea Color CSS Codes

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

#a00cea Text Font Color

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

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


#a00cea Background Color

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

This div background color is #a00cea


#a00cea Border Color

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

This div border color is #a00cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cea


Comments

No comments written yet.

Please login to write comment.