Color Hex Logo

#a099ed Color Hex

#A099ED
(160,153,237)
0 Favorites   0 Comments

Color spaces of #a099ed

RGB 160153237
HSL0.680.700.76
HSV245°35°93°
CMYK 0.320.350.00   0.07
XYZ41.174536.370584.9708
Yxy36.37050.25340.2238
Hunter Lab60.308016.3297-41.3210
CIE-Lab66.802021.4210-41.3715

#a099ed color RGB value is (160,153,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 11101101
Octal 240 231 355
Decimal 160 153 237
Hex A0 99 ED

RGB Percentages of Color #a099ed

%29.09
%27.82
%43.09

CMYK Percentages of Color #a099ed

%32
%35
%0
%7

Triadic Colors of #a099ed

#a099ed #eda099 #99eda0

Analogous Colors of #a099ed

#a099ed #ca99ed #99bced

Monochromatic Colors of #a099ed

#a099ed

Complementary Color

#a099ed #e6ed99

#a099ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a099ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a099ed Color CSS Codes

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

#a099ed Text Font Color

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

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


#a099ed Background Color

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

This div background color is #a099ed


#a099ed Border Color

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

This div border color is #a099ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a099ed


Comments

No comments written yet.

Please login to write comment.