Color Hex Logo

#a841eb Color Hex

#A841EB
(168,65,235)
0 Favorites   0 Comments

Color spaces of #a841eb

RGB 16865235
HSL0.770.810.59
HSV276°72°92°
CMYK 0.290.720.00   0.08
XYZ33.034118.103680.3505
Yxy18.10360.25120.1377
Hunter Lab42.548364.1261-82.1825
CIE-Lab49.621568.6913-67.5933

#a841eb color RGB value is (168,65,235).

#a841eb hex color red value is 168, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a841eb hue: 0.77 , saturation: 0.81 and the lightness value of a841eb is 0.59.

The process color (four color CMYK) of #a841eb color hex is 0.29, 0.72, 0.00, 0.08. Web safe color of #a841eb is #9933ff. Color #a841eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 11101011
Octal 250 101 353
Decimal 168 65 235
Hex A8 41 EB

RGB Percentages of Color #a841eb

%35.90
%13.89
%50.21

CMYK Percentages of Color #a841eb

%29
%72
%0
%8

Triadic Colors of #a841eb

#a841eb #eba841 #41eba8

Analogous Colors of #a841eb

#a841eb #eb41d9 #5341eb

Monochromatic Colors of #a841eb

#a841eb

Complementary Color

#a841eb #84eb41

#a841eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a841eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a841eb Color CSS Codes

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

#a841eb Text Font Color

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

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


#a841eb Background Color

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

This div background color is #a841eb


#a841eb Border Color

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

This div border color is #a841eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a841eb


Comments

No comments written yet.

Please login to write comment.