Color Hex Logo

#a83efb Color Hex

#A83EFB
(168,62,251)
0 Favorites   0 Comments

Color spaces of #a83efb

RGB 16862251
HSL0.760.960.61
HSV274°75°98°
CMYK 0.330.750.00   0.02
XYZ35.283718.735193.0234
Yxy18.73510.24000.1274
Hunter Lab43.284169.7600-97.1235
CIE-Lab50.375873.2453-75.3347

#a83efb color RGB value is (168,62,251).

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

The process color (four color CMYK) of #a83efb color hex is 0.33, 0.75, 0.00, 0.02. Web safe color of #a83efb is #9933ff. Color #a83efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111110 11111011
Octal 250 76 373
Decimal 168 62 251
Hex A8 3E FB

RGB Percentages of Color #a83efb

%34.93
%12.89
%52.18

CMYK Percentages of Color #a83efb

%33
%75
%0
%2

Triadic Colors of #a83efb

#a83efb #fba83e #3efba8

Analogous Colors of #a83efb

#a83efb #fb3ef0 #4a3efb

Monochromatic Colors of #a83efb

#a83efb

Complementary Color

#a83efb #91fb3e

#a83efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83efb Color CSS Codes

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

#a83efb Text Font Color

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

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


#a83efb Background Color

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

This div background color is #a83efb


#a83efb Border Color

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

This div border color is #a83efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83efb

Related Colors


Comments

No comments written yet.

Please login to write comment.