Color Hex Logo

#a98ced Color Hex

#A98CED
(169,140,237)
0 Favorites   0 Comments

Color spaces of #a98ced

RGB 169140237
HSL0.720.730.74
HSV258°41°93°
CMYK 0.290.410.00   0.07
XYZ41.026333.305684.3871
Yxy33.30560.25850.2098
Hunter Lab57.711025.9000-46.2983
CIE-Lab64.407631.2875-45.0773

#a98ced color RGB value is (169,140,237).

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

The process color (four color CMYK) of #a98ced color hex is 0.29, 0.41, 0.00, 0.07. Web safe color of #a98ced is #9999ff. Color #a98ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11101101
Octal 251 214 355
Decimal 169 140 237
Hex A9 8C ED

RGB Percentages of Color #a98ced

%30.95
%25.64
%43.41

CMYK Percentages of Color #a98ced

%29
%41
%0
%7

Triadic Colors of #a98ced

#a98ced #eda98c #8ceda9

Analogous Colors of #a98ced

#a98ced #da8ced #8ca0ed

Monochromatic Colors of #a98ced

#a98ced

Complementary Color

#a98ced #d0ed8c

#a98ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ced Color CSS Codes

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

#a98ced Text Font Color

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

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


#a98ced Background Color

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

This div background color is #a98ced


#a98ced Border Color

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

This div border color is #a98ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,140,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ced


Comments

No comments written yet.

Please login to write comment.