Color Hex Logo

#a98aeb Color Hex

#A98AEB
(169,138,235)
0 Favorites   0 Comments

Color spaces of #a98aeb

RGB 169138235
HSL0.720.710.73
HSV259°41°92°
CMYK 0.280.410.00   0.08
XYZ40.446132.610182.7599
Yxy32.61010.25960.2093
Hunter Lab57.105326.4925-45.9525
CIE-Lab63.844031.9272-44.8606

#a98aeb color RGB value is (169,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 11101011
Octal 251 212 353
Decimal 169 138 235
Hex A9 8A EB

RGB Percentages of Color #a98aeb

%31.18
%25.46
%43.36

CMYK Percentages of Color #a98aeb

%28
%41
%0
%8

Triadic Colors of #a98aeb

#a98aeb #eba98a #8aeba9

Analogous Colors of #a98aeb

#a98aeb #da8aeb #8a9ceb

Monochromatic Colors of #a98aeb

#a98aeb

Complementary Color

#a98aeb #cceb8a

#a98aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aeb Color CSS Codes

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

#a98aeb Text Font Color

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

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


#a98aeb Background Color

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

This div background color is #a98aeb


#a98aeb Border Color

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

This div border color is #a98aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aeb


Comments

No comments written yet.

Please login to write comment.