Color Hex Logo

#a83aec Color Hex

#A83AEC
(168,58,236)
0 Favorites   0 Comments

Color spaces of #a83aec

RGB 16858236
HSL0.770.820.58
HSV277°75°93°
CMYK 0.290.750.00   0.07
XYZ32.801817.407180.9879
Yxy17.40710.25000.1327
Hunter Lab41.721867.3240-85.8849
CIE-Lab48.768971.5402-69.5399

#a83aec color RGB value is (168,58,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 11101100
Octal 250 72 354
Decimal 168 58 236
Hex A8 3A EC

RGB Percentages of Color #a83aec

%36.36
%12.55
%51.08

CMYK Percentages of Color #a83aec

%29
%75
%0
%7

Triadic Colors of #a83aec

#a83aec #eca83a #3aeca8

Analogous Colors of #a83aec

#a83aec #ec3ad7 #4f3aec

Monochromatic Colors of #a83aec

#a83aec

Complementary Color

#a83aec #7eec3a

#a83aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83aec Color CSS Codes

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

#a83aec Text Font Color

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

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


#a83aec Background Color

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

This div background color is #a83aec


#a83aec Border Color

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

This div border color is #a83aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83aec


Comments

No comments written yet.

Please login to write comment.