Color Hex Logo

#a821ef Color Hex

#A821EF
(168,33,239)
0 Favorites   0 Comments

Color spaces of #a821ef

RGB 16833239
HSL0.780.870.53
HSV279°86°94°
CMYK 0.300.860.00   0.06
XYZ32.272315.644582.9801
Yxy15.64450.24650.1195
Hunter Lab39.553176.4242-96.6997
CIE-Lab46.504679.4030-74.9178

#a821ef color RGB value is (168,33,239).

#a821ef hex color red value is 168, green value is 33 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a821ef hue: 0.78 , saturation: 0.87 and the lightness value of a821ef is 0.53.

The process color (four color CMYK) of #a821ef color hex is 0.30, 0.86, 0.00, 0.06. Web safe color of #a821ef is #9933ff. Color #a821ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 11101111
Octal 250 41 357
Decimal 168 33 239
Hex A8 21 EF

RGB Percentages of Color #a821ef

%38.18
%7.50
%54.32

CMYK Percentages of Color #a821ef

%30
%86
%0
%6

Triadic Colors of #a821ef

#a821ef #efa821 #21efa8

Analogous Colors of #a821ef

#a821ef #ef21cf #4121ef

Monochromatic Colors of #a821ef

#a821ef

Complementary Color

#a821ef #68ef21

#a821ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a821ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a821ef Color CSS Codes

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

#a821ef Text Font Color

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

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


#a821ef Background Color

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

This div background color is #a821ef


#a821ef Border Color

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

This div border color is #a821ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a821ef


Comments

No comments written yet.

Please login to write comment.