Color Hex Logo

#a83aea Color Hex

#A83AEA
(168,58,234)
0 Favorites   0 Comments

Color spaces of #a83aea

RGB 16858234
HSL0.770.810.57
HSV278°75°92°
CMYK 0.280.750.00   0.08
XYZ32.512817.291579.4659
Yxy17.29150.25150.1338
Hunter Lab41.583066.7946-84.1960
CIE-Lab48.625271.1266-68.6453

#a83aea color RGB value is (168,58,234).

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

The process color (four color CMYK) of #a83aea color hex is 0.28, 0.75, 0.00, 0.08. Web safe color of #a83aea is #9933ff. Color #a83aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 11101010
Octal 250 72 352
Decimal 168 58 234
Hex A8 3A EA

RGB Percentages of Color #a83aea

%36.52
%12.61
%50.87

CMYK Percentages of Color #a83aea

%28
%75
%0
%8

Triadic Colors of #a83aea

#a83aea #eaa83a #3aeaa8

Analogous Colors of #a83aea

#a83aea #ea3ad4 #503aea

Monochromatic Colors of #a83aea

#a83aea

Complementary Color

#a83aea #7cea3a

#a83aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83aea Color CSS Codes

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

#a83aea Text Font Color

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

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


#a83aea Background Color

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

This div background color is #a83aea


#a83aea Border Color

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

This div border color is #a83aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83aea


Comments

No comments written yet.

Please login to write comment.