Color Hex Logo

#a03eca Color Hex

#A03ECA
(160,62,202)
0 Favorites   0 Comments

Color spaces of #a03eca

RGB 16062202
HSL0.780.570.52
HSV282°69°79°
CMYK 0.210.690.00   0.21
XYZ26.880515.183157.3910
Yxy15.18310.27030.1527
Hunter Lab38.965554.9493-60.0504
CIE-Lab45.884061.4571-54.8601

#a03eca color RGB value is (160,62,202).

#a03eca hex color red value is 160, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a03eca hue: 0.78 , saturation: 0.57 and the lightness value of a03eca is 0.52.

The process color (four color CMYK) of #a03eca color hex is 0.21, 0.69, 0.00, 0.21. Web safe color of #a03eca is #9933cc. Color #a03eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 11001010
Octal 240 76 312
Decimal 160 62 202
Hex A0 3E CA

RGB Percentages of Color #a03eca

%37.74
%14.62
%47.64

CMYK Percentages of Color #a03eca

%21
%69
%0
%21

Triadic Colors of #a03eca

#a03eca #caa03e #3ecaa0

Analogous Colors of #a03eca

#a03eca #ca3eae #5a3eca

Monochromatic Colors of #a03eca

#a03eca

Complementary Color

#a03eca #68ca3e

#a03eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03eca Color CSS Codes

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

#a03eca Text Font Color

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

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


#a03eca Background Color

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

This div background color is #a03eca


#a03eca Border Color

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

This div border color is #a03eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03eca


Comments

No comments written yet.

Please login to write comment.