Color Hex Logo

#a14dfe Color Hex

#A14DFE
(161,77,254)
0 Favorites   0 Comments

Color spaces of #a14dfe

RGB 16177254
HSL0.750.990.65
HSV268°70°100°
CMYK 0.370.700.00   0.00
XYZ35.241220.040695.7767
Yxy20.04060.23330.1327
Hunter Lab44.766762.1767-95.5120
CIE-Lab51.883166.6042-74.5901

#a14dfe color RGB value is (161,77,254).

#a14dfe hex color red value is 161, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a14dfe hue: 0.75 , saturation: 0.99 and the lightness value of a14dfe is 0.65.

The process color (four color CMYK) of #a14dfe color hex is 0.37, 0.70, 0.00, 0.00. Web safe color of #a14dfe is #9966ff. Color #a14dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001101 11111110
Octal 241 115 376
Decimal 161 77 254
Hex A1 4D FE

RGB Percentages of Color #a14dfe

%32.72
%15.65
%51.63

CMYK Percentages of Color #a14dfe

%37
%70
%0
%0

Triadic Colors of #a14dfe

#a14dfe #fea14d #4dfea1

Analogous Colors of #a14dfe

#a14dfe #fa4dfe #4d52fe

Monochromatic Colors of #a14dfe

#a14dfe

Complementary Color

#a14dfe #aafe4d

#a14dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14dfe Color CSS Codes

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

#a14dfe Text Font Color

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

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


#a14dfe Background Color

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

This div background color is #a14dfe


#a14dfe Border Color

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

This div border color is #a14dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14dfe


Comments

No comments written yet.

Please login to write comment.