Color Hex Logo

#a83aee Color Hex

#A83AEE
(168,58,238)
0 Favorites   0 Comments

Color spaces of #a83aee

RGB 16858238
HSL0.770.840.58
HSV277°76°93°
CMYK 0.290.760.00   0.07
XYZ33.094117.524082.5271
Yxy17.52400.24860.1316
Hunter Lab41.861767.8567-87.5825
CIE-Lab48.913671.9553-70.4313

#a83aee color RGB value is (168,58,238).

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

The process color (four color CMYK) of #a83aee color hex is 0.29, 0.76, 0.00, 0.07. Web safe color of #a83aee is #9933ff. Color #a83aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 11101110
Octal 250 72 356
Decimal 168 58 238
Hex A8 3A EE

RGB Percentages of Color #a83aee

%36.21
%12.50
%51.29

CMYK Percentages of Color #a83aee

%29
%76
%0
%7

Triadic Colors of #a83aee

#a83aee #eea83a #3aeea8

Analogous Colors of #a83aee

#a83aee #ee3ada #4e3aee

Monochromatic Colors of #a83aee

#a83aee

Complementary Color

#a83aee #80ee3a

#a83aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83aee Color CSS Codes

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

#a83aee Text Font Color

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

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


#a83aee Background Color

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

This div background color is #a83aee


#a83aee Border Color

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

This div border color is #a83aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83aee


Comments

No comments written yet.

Please login to write comment.