Color Hex Logo

#a299ce Color Hex

#A299CE
(162,153,206)
0 Favorites   0 Comments

Color spaces of #a299ce

RGB 162153206
HSL0.690.350.70
HSV250°26°81°
CMYK 0.210.260.00   0.19
XYZ37.432134.920163.1599
Yxy34.92010.27620.2577
Hunter Lab59.09329.6561-22.0049
CIE-Lab65.686414.4017-25.9592

#a299ce color RGB value is (162,153,206).

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

The process color (four color CMYK) of #a299ce color hex is 0.21, 0.26, 0.00, 0.19. Web safe color of #a299ce is #9999cc. Color #a299ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11001110
Octal 242 231 316
Decimal 162 153 206
Hex A2 99 CE

RGB Percentages of Color #a299ce

%31.09
%29.37
%39.54

CMYK Percentages of Color #a299ce

%21
%26
%0
%19

Triadic Colors of #a299ce

#a299ce #cea299 #99cea2

Analogous Colors of #a299ce

#a299ce #bd99ce #99abce

Monochromatic Colors of #a299ce

#a299ce

Complementary Color

#a299ce #c5ce99

#a299ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299ce Color CSS Codes

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

#a299ce Text Font Color

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

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


#a299ce Background Color

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

This div background color is #a299ce


#a299ce Border Color

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

This div border color is #a299ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299ce


Comments

No comments written yet.

Please login to write comment.