Color Hex Logo

#a299df Color Hex

#A299DF
(162,153,223)
0 Favorites   0 Comments

Color spaces of #a299df

RGB 162153223
HSL0.690.520.74
HSV248°31°87°
CMYK 0.270.310.00   0.13
XYZ39.610835.791674.6328
Yxy35.79160.26400.2386
Hunter Lab59.826113.4891-32.0858
CIE-Lab66.360418.4735-34.3403

#a299df color RGB value is (162,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11011111
Octal 242 231 337
Decimal 162 153 223
Hex A2 99 DF

RGB Percentages of Color #a299df

%30.11
%28.44
%41.45

CMYK Percentages of Color #a299df

%27
%31
%0
%13

Triadic Colors of #a299df

#a299df #dfa299 #99dfa2

Analogous Colors of #a299df

#a299df #c599df #99b3df

Monochromatic Colors of #a299df

#a299df

Complementary Color

#a299df #d6df99

#a299df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299df Color CSS Codes

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

#a299df Text Font Color

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

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


#a299df Background Color

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

This div background color is #a299df


#a299df Border Color

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

This div border color is #a299df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299df


Comments

No comments written yet.

Please login to write comment.