Color Hex Logo

#a83bfe Color Hex

#A83BFE
(168,59,254)
0 Favorites   0 Comments

Color spaces of #a83bfe

RGB 16859254
HSL0.760.990.61
HSV274°77°100°
CMYK 0.340.770.00   0.00
XYZ35.601818.608595.4813
Yxy18.60850.23780.1243
Hunter Lab43.137671.8268-101.0370
CIE-Lab50.226074.9678-77.2499

#a83bfe color RGB value is (168,59,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111011 11111110
Octal 250 73 376
Decimal 168 59 254
Hex A8 3B FE

RGB Percentages of Color #a83bfe

%34.93
%12.27
%52.81

CMYK Percentages of Color #a83bfe

%34
%77
%0
%0

Triadic Colors of #a83bfe

#a83bfe #fea83b #3bfea8

Analogous Colors of #a83bfe

#a83bfe #fe3bf3 #463bfe

Monochromatic Colors of #a83bfe

#a83bfe

Complementary Color

#a83bfe #91fe3b

#a83bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83bfe Color CSS Codes

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

#a83bfe Text Font Color

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

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


#a83bfe Background Color

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

This div background color is #a83bfe


#a83bfe Border Color

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

This div border color is #a83bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.