Color Hex Logo

#a83aef Color Hex

#A83AEF
(168,58,239)
0 Favorites   0 Comments

Color spaces of #a83aef

RGB 16858239
HSL0.770.850.58
HSV276°76°94°
CMYK 0.300.760.00   0.06
XYZ33.241517.582983.3032
Yxy17.58290.24780.1311
Hunter Lab41.932068.1246-88.4348
CIE-Lab48.986372.1637-70.8759

#a83aef color RGB value is (168,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 11101111
Octal 250 72 357
Decimal 168 58 239
Hex A8 3A EF

RGB Percentages of Color #a83aef

%36.13
%12.47
%51.40

CMYK Percentages of Color #a83aef

%30
%76
%0
%6

Triadic Colors of #a83aef

#a83aef #efa83a #3aefa8

Analogous Colors of #a83aef

#a83aef #ef3adc #4e3aef

Monochromatic Colors of #a83aef

#a83aef

Complementary Color

#a83aef #81ef3a

#a83aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83aef Color CSS Codes

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

#a83aef Text Font Color

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

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


#a83aef Background Color

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

This div background color is #a83aef


#a83aef Border Color

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

This div border color is #a83aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,58,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 #a83aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83aef


Comments

No comments written yet.

Please login to write comment.