Color Hex Logo

#a81bef Color Hex

#A81BEF
(168,27,239)
0 Favorites   0 Comments

Color spaces of #a81bef

RGB 16827239
HSL0.780.870.52
HSV280°89°94°
CMYK 0.300.890.00   0.06
XYZ32.120415.340782.9295
Yxy15.34070.24630.1177
Hunter Lab39.167277.8424-98.1188
CIE-Lab46.097380.6102-75.5828

#a81bef color RGB value is (168,27,239).

#a81bef hex color red value is 168, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a81bef hue: 0.78 , saturation: 0.87 and the lightness value of a81bef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011011 11101111
Octal 250 33 357
Decimal 168 27 239
Hex A8 1B EF

RGB Percentages of Color #a81bef

%38.71
%6.22
%55.07

CMYK Percentages of Color #a81bef

%30
%89
%0
%6

Triadic Colors of #a81bef

#a81bef #efa81b #1befa8

Analogous Colors of #a81bef

#a81bef #ef1bcc #3e1bef

Monochromatic Colors of #a81bef

#a81bef

Complementary Color

#a81bef #62ef1b

#a81bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81bef Color CSS Codes

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

#a81bef Text Font Color

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

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


#a81bef Background Color

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

This div background color is #a81bef


#a81bef Border Color

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

This div border color is #a81bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81bef


Comments

No comments written yet.

Please login to write comment.