Color Hex Logo

#a03eec Color Hex

#A03EEC
(160,62,236)
0 Favorites   0 Comments

Color spaces of #a03eec

RGB 16062236
HSL0.760.820.58
HSV274°74°93°
CMYK 0.320.740.00   0.07
XYZ31.360216.975080.9805
Yxy16.97500.24250.1313
Hunter Lab41.200763.7652-87.6947
CIE-Lab48.228568.6546-70.4661

#a03eec color RGB value is (160,62,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 11101100
Octal 240 76 354
Decimal 160 62 236
Hex A0 3E EC

RGB Percentages of Color #a03eec

%34.93
%13.54
%51.53

CMYK Percentages of Color #a03eec

%32
%74
%0
%7

Triadic Colors of #a03eec

#a03eec #eca03e #3eeca0

Analogous Colors of #a03eec

#a03eec #ec3ee1 #493eec

Monochromatic Colors of #a03eec

#a03eec

Complementary Color

#a03eec #8aec3e

#a03eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eec Color CSS Codes

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

#a03eec Text Font Color

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

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


#a03eec Background Color

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

This div background color is #a03eec


#a03eec Border Color

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

This div border color is #a03eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eec


Comments

No comments written yet.

Please login to write comment.