Color Hex Logo

#a98deb Color Hex

#A98DEB
(169,141,235)
0 Favorites   0 Comments

Color spaces of #a98deb

RGB 169141235
HSL0.720.700.74
HSV258°40°92°
CMYK 0.280.400.00   0.08
XYZ40.882533.482982.9054
Yxy33.48290.25990.2129
Hunter Lab57.864424.8515-44.4428
CIE-Lab64.550030.2316-43.7501

#a98deb color RGB value is (169,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 11101011
Octal 251 215 353
Decimal 169 141 235
Hex A9 8D EB

RGB Percentages of Color #a98deb

%31.01
%25.87
%43.12

CMYK Percentages of Color #a98deb

%28
%40
%0
%8

Triadic Colors of #a98deb

#a98deb #eba98d #8deba9

Analogous Colors of #a98deb

#a98deb #d88deb #8da0eb

Monochromatic Colors of #a98deb

#a98deb

Complementary Color

#a98deb #cfeb8d

#a98deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98deb Color CSS Codes

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

#a98deb Text Font Color

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

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


#a98deb Background Color

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

This div background color is #a98deb


#a98deb Border Color

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

This div border color is #a98deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98deb


Comments

No comments written yet.

Please login to write comment.