Color Hex Logo

#a14edb Color Hex

#A14EDB
(161,78,219)
0 Favorites   0 Comments

Color spaces of #a14edb

RGB 16178219
HSL0.760.660.58
HSV275°64°86°
CMYK 0.260.640.00   0.14
XYZ30.208518.140368.9271
Yxy18.14030.25760.1547
Hunter Lab42.591452.0683-66.1369
CIE-Lab49.665858.1769-58.5106

#a14edb color RGB value is (161,78,219).

#a14edb hex color red value is 161, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a14edb hue: 0.76 , saturation: 0.66 and the lightness value of a14edb is 0.58.

The process color (four color CMYK) of #a14edb color hex is 0.26, 0.64, 0.00, 0.14. Web safe color of #a14edb is #9966cc. Color #a14edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001110 11011011
Octal 241 116 333
Decimal 161 78 219
Hex A1 4E DB

RGB Percentages of Color #a14edb

%35.15
%17.03
%47.82

CMYK Percentages of Color #a14edb

%26
%64
%0
%14

Triadic Colors of #a14edb

#a14edb #dba14e #4edba1

Analogous Colors of #a14edb

#a14edb #db4ecf #5b4edb

Monochromatic Colors of #a14edb

#a14edb

Complementary Color

#a14edb #88db4e

#a14edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14edb Color CSS Codes

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

#a14edb Text Font Color

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

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


#a14edb Background Color

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

This div background color is #a14edb


#a14edb Border Color

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

This div border color is #a14edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14edb


Comments

No comments written yet.

Please login to write comment.