Color Hex Logo

#a199ec Color Hex

#A199EC
(161,153,236)
0 Favorites   0 Comments

Color spaces of #a199ec

RGB 161153236
HSL0.680.690.76
HSV246°35°93°
CMYK 0.320.350.00   0.07
XYZ41.229536.415784.2128
Yxy36.41570.25470.2250
Hunter Lab60.345416.3512-40.4981
CIE-Lab66.836321.4416-40.7632

#a199ec color RGB value is (161,153,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 11101100
Octal 241 231 354
Decimal 161 153 236
Hex A1 99 EC

RGB Percentages of Color #a199ec

%29.27
%27.82
%42.91

CMYK Percentages of Color #a199ec

%32
%35
%0
%7

Triadic Colors of #a199ec

#a199ec #eca199 #99eca1

Analogous Colors of #a199ec

#a199ec #cb99ec #99bbec

Monochromatic Colors of #a199ec

#a199ec

Complementary Color

#a199ec #e4ec99

#a199ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a199ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a199ec Color CSS Codes

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

#a199ec Text Font Color

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

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


#a199ec Background Color

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

This div background color is #a199ec


#a199ec Border Color

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

This div border color is #a199ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a199ec


Comments

No comments written yet.

Please login to write comment.