Color Hex Logo

#a299de Color Hex

#A299DE
(162,153,222)
0 Favorites   0 Comments

Color spaces of #a299de

RGB 162153222
HSL0.690.510.74
HSV248°31°87°
CMYK 0.270.310.00   0.13
XYZ39.476335.737873.9247
Yxy35.73780.26470.2396
Hunter Lab59.781113.2551-31.4706
CIE-Lab66.319118.2283-33.8520

#a299de color RGB value is (162,153,222).

#a299de hex color red value is 162, green value is 153 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a299de hue: 0.69 , saturation: 0.51 and the lightness value of a299de is 0.74.

The process color (four color CMYK) of #a299de color hex is 0.27, 0.31, 0.00, 0.13. Web safe color of #a299de is #9999cc. Color #a299de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11011110
Octal 242 231 336
Decimal 162 153 222
Hex A2 99 DE

RGB Percentages of Color #a299de

%30.17
%28.49
%41.34

CMYK Percentages of Color #a299de

%27
%31
%0
%13

Triadic Colors of #a299de

#a299de #dea299 #99dea2

Analogous Colors of #a299de

#a299de #c599de #99b3de

Monochromatic Colors of #a299de

#a299de

Complementary Color

#a299de #d5de99

#a299de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299de Color CSS Codes

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

#a299de Text Font Color

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

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


#a299de Background Color

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

This div background color is #a299de


#a299de Border Color

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

This div border color is #a299de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299de


Comments

No comments written yet.

Please login to write comment.