Color Hex Logo

#a18efa Color Hex

#A18EFA
(161,142,250)
0 Favorites   0 Comments

Color spaces of #a18efa

RGB 161142250
HSL0.700.920.77
HSV251°43°98°
CMYK 0.360.430.00   0.02
XYZ41.626333.825294.7775
Yxy33.82520.24450.1987
Hunter Lab58.159425.9783-55.9083
CIE-Lab64.823631.3276-51.6102

#a18efa color RGB value is (161,142,250).

#a18efa hex color red value is 161, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a18efa hue: 0.70 , saturation: 0.92 and the lightness value of a18efa is 0.77.

The process color (four color CMYK) of #a18efa color hex is 0.36, 0.43, 0.00, 0.02. Web safe color of #a18efa is #9999ff. Color #a18efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11111010
Octal 241 216 372
Decimal 161 142 250
Hex A1 8E FA

RGB Percentages of Color #a18efa

%29.11
%25.68
%45.21

CMYK Percentages of Color #a18efa

%36
%43
%0
%2

Triadic Colors of #a18efa

#a18efa #faa18e #8efaa1

Analogous Colors of #a18efa

#a18efa #d78efa #8eb1fa

Monochromatic Colors of #a18efa

#a18efa

Complementary Color

#a18efa #e7fa8e

#a18efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18efa Color CSS Codes

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

#a18efa Text Font Color

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

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


#a18efa Background Color

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

This div background color is #a18efa


#a18efa Border Color

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

This div border color is #a18efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,142,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a18efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a18efa;
  -webkit-box-shadow: 1px 1px 3px 2px #a18efa;
  box-shadow:         1px 1px 3px 2px #a18efa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,142,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18efa

Related Colors


Comments

No comments written yet.

Please login to write comment.