Color Hex Logo

#a840e1 Color Hex

#A840E1
(168,64,225)
0 Favorites   0 Comments

Color spaces of #a840e1

RGB 16864225
HSL0.770.730.57
HSV279°72°88°
CMYK 0.250.720.00   0.12
XYZ31.572517.427972.9340
Yxy17.42790.25890.1429
Hunter Lab41.746761.9404-74.3604
CIE-Lab48.794766.9919-63.2777

#a840e1 color RGB value is (168,64,225).

#a840e1 hex color red value is 168, green value is 64 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a840e1 hue: 0.77 , saturation: 0.73 and the lightness value of a840e1 is 0.57.

The process color (four color CMYK) of #a840e1 color hex is 0.25, 0.72, 0.00, 0.12. Web safe color of #a840e1 is #9933cc. Color #a840e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 11100001
Octal 250 100 341
Decimal 168 64 225
Hex A8 40 E1

RGB Percentages of Color #a840e1

%36.76
%14.00
%49.23

CMYK Percentages of Color #a840e1

%25
%72
%0
%12

Triadic Colors of #a840e1

#a840e1 #e1a840 #40e1a8

Analogous Colors of #a840e1

#a840e1 #e140ca #5840e1

Monochromatic Colors of #a840e1

#a840e1

Complementary Color

#a840e1 #79e140

#a840e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a840e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a840e1 Color CSS Codes

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

#a840e1 Text Font Color

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

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


#a840e1 Background Color

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

This div background color is #a840e1


#a840e1 Border Color

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

This div border color is #a840e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,64,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a840e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a840e1;
  -webkit-box-shadow: 1px 1px 3px 2px #a840e1;
  box-shadow:         1px 1px 3px 2px #a840e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,64,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a840e1


Comments

No comments written yet.

Please login to write comment.