Color Hex Logo

#a299ee Color Hex

#A299EE
(162,153,238)
0 Favorites   0 Comments

Color spaces of #a299ee

RGB 162153238
HSL0.680.710.77
HSV246°36°93°
CMYK 0.320.360.00   0.07
XYZ41.724136.636985.7614
Yxy36.63690.25420.2232
Hunter Lab60.528417.1208-41.6368
CIE-Lab67.003722.2276-41.5931

#a299ee color RGB value is (162,153,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11101110
Octal 242 231 356
Decimal 162 153 238
Hex A2 99 EE

RGB Percentages of Color #a299ee

%29.29
%27.67
%43.04

CMYK Percentages of Color #a299ee

%32
%36
%0
%7

Triadic Colors of #a299ee

#a299ee #eea299 #99eea2

Analogous Colors of #a299ee

#a299ee #cd99ee #99bbee

Monochromatic Colors of #a299ee

#a299ee

Complementary Color

#a299ee #e5ee99

#a299ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299ee Color CSS Codes

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

#a299ee Text Font Color

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

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


#a299ee Background Color

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

This div background color is #a299ee


#a299ee Border Color

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

This div border color is #a299ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,153,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299ee


Comments

No comments written yet.

Please login to write comment.