Color Hex Logo

#a14eca Color Hex

#A14ECA
(161,78,202)
0 Favorites   0 Comments

Color spaces of #a14eca

RGB 16178202
HSL0.780.540.55
HSV280°61°79°
CMYK 0.200.610.00   0.21
XYZ28.083017.290157.7343
Yxy17.29010.27240.1677
Hunter Lab41.581447.7870-53.2152
CIE-Lab48.623554.4715-50.4582

#a14eca color RGB value is (161,78,202).

#a14eca hex color red value is 161, green value is 78 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a14eca hue: 0.78 , saturation: 0.54 and the lightness value of a14eca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001110 11001010
Octal 241 116 312
Decimal 161 78 202
Hex A1 4E CA

RGB Percentages of Color #a14eca

%36.51
%17.69
%45.80

CMYK Percentages of Color #a14eca

%20
%61
%0
%21

Triadic Colors of #a14eca

#a14eca #caa14e #4ecaa1

Analogous Colors of #a14eca

#a14eca #ca4eb5 #634eca

Monochromatic Colors of #a14eca

#a14eca

Complementary Color

#a14eca #77ca4e

#a14eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14eca Color CSS Codes

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

#a14eca Text Font Color

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

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


#a14eca Background Color

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

This div background color is #a14eca


#a14eca Border Color

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

This div border color is #a14eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14eca


Comments

No comments written yet.

Please login to write comment.