Color Hex Logo

#a04eba Color Hex

#A04EBA
(160,78,186)
0 Favorites   0 Comments

Color spaces of #a04eba

RGB 16078186
HSL0.790.440.52
HSV286°58°73°
CMYK 0.140.580.00   0.27
XYZ26.084516.467548.2581
Yxy16.46750.28720.1813
Hunter Lab40.580243.7226-42.1018
CIE-Lab47.582050.8660-42.8631

#a04eba color RGB value is (160,78,186).

#a04eba hex color red value is 160, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a04eba hue: 0.79 , saturation: 0.44 and the lightness value of a04eba is 0.52.

The process color (four color CMYK) of #a04eba color hex is 0.14, 0.58, 0.00, 0.27. Web safe color of #a04eba is #9966cc. Color #a04eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001110 10111010
Octal 240 116 272
Decimal 160 78 186
Hex A0 4E BA

RGB Percentages of Color #a04eba

%37.74
%18.40
%43.87

CMYK Percentages of Color #a04eba

%14
%58
%0
%27

Triadic Colors of #a04eba

#a04eba #baa04e #4ebaa0

Analogous Colors of #a04eba

#a04eba #ba4e9e #6a4eba

Monochromatic Colors of #a04eba

#a04eba

Complementary Color

#a04eba #68ba4e

#a04eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04eba Color CSS Codes

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

#a04eba Text Font Color

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

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


#a04eba Background Color

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

This div background color is #a04eba


#a04eba Border Color

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

This div border color is #a04eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04eba


Comments

No comments written yet.

Please login to write comment.