Color Hex Logo

#a299ec Color Hex

#A299EC
(162,153,236)
0 Favorites   0 Comments

Color spaces of #a299ec

RGB 162153236
HSL0.680.690.76
HSV247°35°93°
CMYK 0.310.350.00   0.07
XYZ41.431836.520084.2222
Yxy36.52000.25550.2252
Hunter Lab60.431816.6233-40.3287
CIE-Lab66.915321.7191-40.6338

#a299ec color RGB value is (162,153,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11101100
Octal 242 231 354
Decimal 162 153 236
Hex A2 99 EC

RGB Percentages of Color #a299ec

%29.40
%27.77
%42.83

CMYK Percentages of Color #a299ec

%31
%35
%0
%7

Triadic Colors of #a299ec

#a299ec #eca299 #99eca2

Analogous Colors of #a299ec

#a299ec #cc99ec #99baec

Monochromatic Colors of #a299ec

#a299ec

Complementary Color

#a299ec #e3ec99

#a299ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299ec Color CSS Codes

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

#a299ec Text Font Color

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

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


#a299ec Background Color

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

This div background color is #a299ec


#a299ec Border Color

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

This div border color is #a299ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299ec


Comments

No comments written yet.

Please login to write comment.