Color Hex Logo

#a18efb Color Hex

#A18EFB
(161,142,251)
0 Favorites   0 Comments

Color spaces of #a18efb

RGB 161142251
HSL0.700.930.77
HSV250°43°98°
CMYK 0.360.430.00   0.02
XYZ41.783533.888195.6056
Yxy33.88810.24400.1979
Hunter Lab58.213526.2471-56.6241
CIE-Lab64.873731.5892-52.0784

#a18efb color RGB value is (161,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11111011
Octal 241 216 373
Decimal 161 142 251
Hex A1 8E FB

RGB Percentages of Color #a18efb

%29.06
%25.63
%45.31

CMYK Percentages of Color #a18efb

%36
%43
%0
%2

Triadic Colors of #a18efb

#a18efb #fba18e #8efba1

Analogous Colors of #a18efb

#a18efb #d88efb #8eb2fb

Monochromatic Colors of #a18efb

#a18efb

Complementary Color

#a18efb #e8fb8e

#a18efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18efb Color CSS Codes

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

#a18efb Text Font Color

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

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


#a18efb Background Color

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

This div background color is #a18efb


#a18efb Border Color

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

This div border color is #a18efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18efb

Related Colors


Comments

No comments written yet.

Please login to write comment.