Color Hex Logo

#a14dea Color Hex

#A14DEA
(161,77,234)
0 Favorites   0 Comments

Color spaces of #a14dea

RGB 16177234
HSL0.760.790.61
HSV272°67°92°
CMYK 0.310.670.00   0.08
XYZ32.203118.825379.7783
Yxy18.82530.24620.1439
Hunter Lab43.388156.5552-78.6456
CIE-Lab50.482262.0087-65.6793

#a14dea color RGB value is (161,77,234).

#a14dea hex color red value is 161, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a14dea hue: 0.76 , saturation: 0.79 and the lightness value of a14dea is 0.61.

The process color (four color CMYK) of #a14dea color hex is 0.31, 0.67, 0.00, 0.08. Web safe color of #a14dea is #9966ff. Color #a14dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001101 11101010
Octal 241 115 352
Decimal 161 77 234
Hex A1 4D EA

RGB Percentages of Color #a14dea

%34.11
%16.31
%49.58

CMYK Percentages of Color #a14dea

%31
%67
%0
%8

Triadic Colors of #a14dea

#a14dea #eaa14d #4deaa1

Analogous Colors of #a14dea

#a14dea #ea4de5 #534dea

Monochromatic Colors of #a14dea

#a14dea

Complementary Color

#a14dea #96ea4d

#a14dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14dea Color CSS Codes

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

#a14dea Text Font Color

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

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


#a14dea Background Color

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

This div background color is #a14dea


#a14dea Border Color

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

This div border color is #a14dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14dea


Comments

No comments written yet.

Please login to write comment.