Color Hex Logo

#a82ade Color Hex

#A82ADE
(168,42,222)
0 Favorites   0 Comments

Color spaces of #a82ade

RGB 16842222
HSL0.780.730.52
HSV282°81°87°
CMYK 0.240.810.00   0.13
XYZ30.161215.254770.4620
Yxy15.25470.26030.1316
Hunter Lab39.057369.4929-79.6232
CIE-Lab45.981173.8812-66.1290

#a82ade color RGB value is (168,42,222).

#a82ade hex color red value is 168, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a82ade hue: 0.78 , saturation: 0.73 and the lightness value of a82ade is 0.52.

The process color (four color CMYK) of #a82ade color hex is 0.24, 0.81, 0.00, 0.13. Web safe color of #a82ade is #9933cc. Color #a82ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 11011110
Octal 250 52 336
Decimal 168 42 222
Hex A8 2A DE

RGB Percentages of Color #a82ade

%38.89
%9.72
%51.39

CMYK Percentages of Color #a82ade

%24
%81
%0
%13

Triadic Colors of #a82ade

#a82ade #dea82a #2adea8

Analogous Colors of #a82ade

#a82ade #de2aba #4e2ade

Monochromatic Colors of #a82ade

#a82ade

Complementary Color

#a82ade #60de2a

#a82ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82ade Color CSS Codes

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

#a82ade Text Font Color

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

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


#a82ade Background Color

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

This div background color is #a82ade


#a82ade Border Color

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

This div border color is #a82ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82ade


Comments

No comments written yet.

Please login to write comment.