Color Hex Logo

#a05eca Color Hex

#A05ECA
(160,94,202)
0 Favorites   0 Comments

Color spaces of #a05eca

RGB 16094202
HSL0.770.500.58
HSV277°53°79°
CMYK 0.210.530.00   0.21
XYZ29.160619.743358.1510
Yxy19.74330.27240.1844
Hunter Lab44.433439.3868-46.4907
CIE-Lab51.545746.0819-45.8084

#a05eca color RGB value is (160,94,202).

#a05eca hex color red value is 160, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a05eca hue: 0.77 , saturation: 0.50 and the lightness value of a05eca is 0.58.

The process color (four color CMYK) of #a05eca color hex is 0.21, 0.53, 0.00, 0.21. Web safe color of #a05eca is #9966cc. Color #a05eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11001010
Octal 240 136 312
Decimal 160 94 202
Hex A0 5E CA

RGB Percentages of Color #a05eca

%35.09
%20.61
%44.30

CMYK Percentages of Color #a05eca

%21
%53
%0
%21

Triadic Colors of #a05eca

#a05eca #caa05e #5ecaa0

Analogous Colors of #a05eca

#a05eca #ca5ebe #6a5eca

Monochromatic Colors of #a05eca

#a05eca

Complementary Color

#a05eca #88ca5e

#a05eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05eca Color CSS Codes

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

#a05eca Text Font Color

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

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


#a05eca Background Color

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

This div background color is #a05eca


#a05eca Border Color

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

This div border color is #a05eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05eca


Comments

No comments written yet.

Please login to write comment.