Color Hex Logo

#a14eba Color Hex

#A14EBA
(161,78,186)
0 Favorites   0 Comments

Color spaces of #a14eba

RGB 16178186
HSL0.790.440.52
HSV286°58°73°
CMYK 0.130.580.00   0.27
XYZ26.285316.571048.2675
Yxy16.57100.28850.1819
Hunter Lab40.707544.0214-41.8058
CIE-Lab47.714951.1247-42.6438

#a14eba color RGB value is (161,78,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001110 10111010
Octal 241 116 272
Decimal 161 78 186
Hex A1 4E BA

RGB Percentages of Color #a14eba

%37.88
%18.35
%43.76

CMYK Percentages of Color #a14eba

%13
%58
%0
%27

Triadic Colors of #a14eba

#a14eba #baa14e #4ebaa1

Analogous Colors of #a14eba

#a14eba #ba4e9d #6b4eba

Monochromatic Colors of #a14eba

#a14eba

Complementary Color

#a14eba #67ba4e

#a14eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14eba Color CSS Codes

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

#a14eba Text Font Color

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

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


#a14eba Background Color

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

This div background color is #a14eba


#a14eba Border Color

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

This div border color is #a14eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14eba


Comments

No comments written yet.

Please login to write comment.