Color Hex Logo

#a18aeb Color Hex

#A18AEB
(161,138,235)
0 Favorites   0 Comments

Color spaces of #a18aeb

RGB 161138235
HSL0.710.710.73
HSV254°41°92°
CMYK 0.310.410.00   0.08
XYZ38.781831.752282.6820
Yxy31.75220.25310.2072
Hunter Lab56.349124.2403-47.5529
CIE-Lab63.137529.7412-46.0213

#a18aeb color RGB value is (161,138,235).

#a18aeb hex color red value is 161, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a18aeb hue: 0.71 , saturation: 0.71 and the lightness value of a18aeb is 0.73.

The process color (four color CMYK) of #a18aeb color hex is 0.31, 0.41, 0.00, 0.08. Web safe color of #a18aeb is #9999ff. Color #a18aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001010 11101011
Octal 241 212 353
Decimal 161 138 235
Hex A1 8A EB

RGB Percentages of Color #a18aeb

%30.15
%25.84
%44.01

CMYK Percentages of Color #a18aeb

%31
%41
%0
%8

Triadic Colors of #a18aeb

#a18aeb #eba18a #8aeba1

Analogous Colors of #a18aeb

#a18aeb #d28aeb #8aa4eb

Monochromatic Colors of #a18aeb

#a18aeb

Complementary Color

#a18aeb #d4eb8a

#a18aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18aeb Color CSS Codes

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

#a18aeb Text Font Color

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

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


#a18aeb Background Color

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

This div background color is #a18aeb


#a18aeb Border Color

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

This div border color is #a18aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18aeb


Comments

No comments written yet.

Please login to write comment.