Color Hex Logo

#a299ed Color Hex

#A299ED
(162,153,237)
0 Favorites   0 Comments

Color spaces of #a299ed

RGB 162153237
HSL0.680.700.76
HSV246°35°93°
CMYK 0.320.350.00   0.07
XYZ41.577636.578384.9897
Yxy36.57830.25480.2242
Hunter Lab60.480016.8717-40.9815
CIE-Lab66.959421.9732-41.1138

#a299ed color RGB value is (162,153,237).

#a299ed hex color red value is 162, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a299ed hue: 0.68 , saturation: 0.70 and the lightness value of a299ed is 0.76.

The process color (four color CMYK) of #a299ed color hex is 0.32, 0.35, 0.00, 0.07. Web safe color of #a299ed is #9999ff. Color #a299ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11101101
Octal 242 231 355
Decimal 162 153 237
Hex A2 99 ED

RGB Percentages of Color #a299ed

%29.35
%27.72
%42.93

CMYK Percentages of Color #a299ed

%32
%35
%0
%7

Triadic Colors of #a299ed

#a299ed #eda299 #99eda2

Analogous Colors of #a299ed

#a299ed #cc99ed #99baed

Monochromatic Colors of #a299ed

#a299ed

Complementary Color

#a299ed #e4ed99

#a299ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299ed Color CSS Codes

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

#a299ed Text Font Color

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

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


#a299ed Background Color

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

This div background color is #a299ed


#a299ed Border Color

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

This div border color is #a299ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299ed


Comments

No comments written yet.

Please login to write comment.