Color Hex Logo

#a82ace Color Hex

#A82ACE
(168,42,206)
0 Favorites   0 Comments

Color spaces of #a82ace

RGB 16842206
HSL0.790.660.49
HSV286°80°81°
CMYK 0.180.800.00   0.19
XYZ28.117014.437059.6972
Yxy14.43700.27500.1412
Hunter Lab37.996165.5965-66.5558
CIE-Lab44.853270.8570-58.7728

#a82ace color RGB value is (168,42,206).

#a82ace hex color red value is 168, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a82ace hue: 0.79 , saturation: 0.66 and the lightness value of a82ace is 0.49.

The process color (four color CMYK) of #a82ace color hex is 0.18, 0.80, 0.00, 0.19. Web safe color of #a82ace is #9933cc. Color #a82ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 11001110
Octal 250 52 316
Decimal 168 42 206
Hex A8 2A CE

RGB Percentages of Color #a82ace

%40.38
%10.10
%49.52

CMYK Percentages of Color #a82ace

%18
%80
%0
%19

Triadic Colors of #a82ace

#a82ace #cea82a #2acea8

Analogous Colors of #a82ace

#a82ace #ce2aa2 #562ace

Monochromatic Colors of #a82ace

#a82ace

Complementary Color

#a82ace #50ce2a

#a82ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82ace Color CSS Codes

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

#a82ace Text Font Color

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

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


#a82ace Background Color

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

This div background color is #a82ace


#a82ace Border Color

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

This div border color is #a82ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82ace


Comments

No comments written yet.

Please login to write comment.