Color Hex Logo

#a81efb Color Hex

#A81EFB
(168,30,251)
0 Favorites   0 Comments

Color spaces of #a81efb

RGB 16830251
HSL0.770.970.55
HSV277°88°98°
CMYK 0.330.880.00   0.02
XYZ34.025316.218492.6039
Yxy16.21840.23820.1135
Hunter Lab40.272180.3360-108.1443
CIE-Lab47.259782.3529-80.4215

#a81efb color RGB value is (168,30,251).

#a81efb hex color red value is 168, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a81efb hue: 0.77 , saturation: 0.97 and the lightness value of a81efb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 11111011
Octal 250 36 373
Decimal 168 30 251
Hex A8 1E FB

RGB Percentages of Color #a81efb

%37.42
%6.68
%55.90

CMYK Percentages of Color #a81efb

%33
%88
%0
%2

Triadic Colors of #a81efb

#a81efb #fba81e #1efba8

Analogous Colors of #a81efb

#a81efb #fb1ee0 #391efb

Monochromatic Colors of #a81efb

#a81efb

Complementary Color

#a81efb #71fb1e

#a81efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81efb Color CSS Codes

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

#a81efb Text Font Color

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

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


#a81efb Background Color

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

This div background color is #a81efb


#a81efb Border Color

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

This div border color is #a81efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81efb


Comments

No comments written yet.

Please login to write comment.