Color Hex Logo

#a18ffa Color Hex

#A18FFA
(161,143,250)
0 Favorites   0 Comments

Color spaces of #a18ffa

RGB 161143250
HSL0.690.910.77
HSV250°43°98°
CMYK 0.360.430.00   0.02
XYZ41.775734.124194.8273
Yxy34.12410.24470.1999
Hunter Lab58.415825.4254-55.3553
CIE-Lab65.061030.7582-51.2343

#a18ffa color RGB value is (161,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11111010
Octal 241 217 372
Decimal 161 143 250
Hex A1 8F FA

RGB Percentages of Color #a18ffa

%29.06
%25.81
%45.13

CMYK Percentages of Color #a18ffa

%36
%43
%0
%2

Triadic Colors of #a18ffa

#a18ffa #faa18f #8ffaa1

Analogous Colors of #a18ffa

#a18ffa #d78ffa #8fb3fa

Monochromatic Colors of #a18ffa

#a18ffa

Complementary Color

#a18ffa #e8fa8f

#a18ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ffa Color CSS Codes

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

#a18ffa Text Font Color

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

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


#a18ffa Background Color

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

This div background color is #a18ffa


#a18ffa Border Color

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

This div border color is #a18ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ffa


Comments

No comments written yet.

Please login to write comment.