Color Hex Logo

#a83bef Color Hex

#A83BEF
(168,59,239)
0 Favorites   0 Comments

Color spaces of #a83bef

RGB 16859239
HSL0.770.850.58
HSV276°75°94°
CMYK 0.300.750.00   0.06
XYZ33.292417.684883.3201
Yxy17.68480.24790.1317
Hunter Lab42.053367.7201-88.0338
CIE-Lab49.111671.8033-70.6722

#a83bef color RGB value is (168,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111011 11101111
Octal 250 73 357
Decimal 168 59 239
Hex A8 3B EF

RGB Percentages of Color #a83bef

%36.05
%12.66
%51.29

CMYK Percentages of Color #a83bef

%30
%75
%0
%6

Triadic Colors of #a83bef

#a83bef #efa83b #3befa8

Analogous Colors of #a83bef

#a83bef #ef3bdc #4e3bef

Monochromatic Colors of #a83bef

#a83bef

Complementary Color

#a83bef #82ef3b

#a83bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83bef Color CSS Codes

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

#a83bef Text Font Color

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

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


#a83bef Background Color

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

This div background color is #a83bef


#a83bef Border Color

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

This div border color is #a83bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83bef


Comments

No comments written yet.

Please login to write comment.