Color Hex Logo

#a043ea Color Hex

#A043EA
(160,67,234)
0 Favorites   0 Comments

Color spaces of #a043ea

RGB 16067234
HSL0.760.800.59
HSV273°71°92°
CMYK 0.320.710.00   0.08
XYZ31.355617.428479.5533
Yxy17.42840.24430.1358
Hunter Lab41.747361.0100-83.7593
CIE-Lab48.795366.1945-68.4180

#a043ea color RGB value is (160,67,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000011 11101010
Octal 240 103 352
Decimal 160 67 234
Hex A0 43 EA

RGB Percentages of Color #a043ea

%34.71
%14.53
%50.76

CMYK Percentages of Color #a043ea

%32
%71
%0
%8

Triadic Colors of #a043ea

#a043ea #eaa043 #43eaa0

Analogous Colors of #a043ea

#a043ea #ea43e1 #4d43ea

Monochromatic Colors of #a043ea

#a043ea

Complementary Color

#a043ea #8dea43

#a043ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a043ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a043ea Color CSS Codes

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

#a043ea Text Font Color

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

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


#a043ea Background Color

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

This div background color is #a043ea


#a043ea Border Color

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

This div border color is #a043ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a043ea


Comments

No comments written yet.

Please login to write comment.