Color Hex Logo

#a036ea Color Hex

#A036EA
(160,54,234)
0 Favorites   0 Comments

Color spaces of #a036ea

RGB 16054234
HSL0.760.810.56
HSV275°77°92°
CMYK 0.320.770.00   0.08
XYZ30.667716.052479.3240
Yxy16.05240.24330.1274
Hunter Lab40.065466.5165-89.3401
CIE-Lab47.043271.2018-71.2658

#a036ea color RGB value is (160,54,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110110 11101010
Octal 240 66 352
Decimal 160 54 234
Hex A0 36 EA

RGB Percentages of Color #a036ea

%35.71
%12.05
%52.23

CMYK Percentages of Color #a036ea

%32
%77
%0
%8

Triadic Colors of #a036ea

#a036ea #eaa036 #36eaa0

Analogous Colors of #a036ea

#a036ea #ea36da #4636ea

Monochromatic Colors of #a036ea

#a036ea

Complementary Color

#a036ea #80ea36

#a036ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a036ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a036ea Color CSS Codes

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

#a036ea Text Font Color

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

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


#a036ea Background Color

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

This div background color is #a036ea


#a036ea Border Color

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

This div border color is #a036ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a036ea


Comments

No comments written yet.

Please login to write comment.