Color Hex Logo

#a83efe Color Hex

#A83EFE
(168,62,254)
0 Favorites   0 Comments

Color spaces of #a83efe

RGB 16862254
HSL0.760.990.62
HSV273°76°100°
CMYK 0.340.760.00   0.00
XYZ35.760518.925895.5342
Yxy18.92580.23810.1260
Hunter Lab43.503870.5969-99.7480
CIE-Lab50.600373.8892-76.6400

#a83efe color RGB value is (168,62,254).

#a83efe hex color red value is 168, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a83efe hue: 0.76 , saturation: 0.99 and the lightness value of a83efe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111110 11111110
Octal 250 76 376
Decimal 168 62 254
Hex A8 3E FE

RGB Percentages of Color #a83efe

%34.71
%12.81
%52.48

CMYK Percentages of Color #a83efe

%34
%76
%0
%0

Triadic Colors of #a83efe

#a83efe #fea83e #3efea8

Analogous Colors of #a83efe

#a83efe #fe3ef4 #483efe

Monochromatic Colors of #a83efe

#a83efe

Complementary Color

#a83efe #94fe3e

#a83efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83efe Color CSS Codes

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

#a83efe Text Font Color

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

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


#a83efe Background Color

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

This div background color is #a83efe


#a83efe Border Color

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

This div border color is #a83efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83efe


Comments

No comments written yet.

Please login to write comment.