Color Hex Logo

#a499ce Color Hex

#A499CE
(164,153,206)
0 Favorites   0 Comments

Color spaces of #a499ce

RGB 164153206
HSL0.700.350.70
HSV252°26°81°
CMYK 0.200.260.00   0.19
XYZ37.841735.131263.1791
Yxy35.13120.27790.2580
Hunter Lab59.271610.2373-21.7086
CIE-Lab65.850715.0255-25.6929

#a499ce color RGB value is (164,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 11001110
Octal 244 231 316
Decimal 164 153 206
Hex A4 99 CE

RGB Percentages of Color #a499ce

%31.36
%29.25
%39.39

CMYK Percentages of Color #a499ce

%20
%26
%0
%19

Triadic Colors of #a499ce

#a499ce #cea499 #99cea4

Analogous Colors of #a499ce

#a499ce #bf99ce #99a9ce

Monochromatic Colors of #a499ce

#a499ce

Complementary Color

#a499ce #c3ce99

#a499ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a499ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a499ce Color CSS Codes

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

#a499ce Text Font Color

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

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


#a499ce Background Color

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

This div background color is #a499ce


#a499ce Border Color

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

This div border color is #a499ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a499ce


Comments

No comments written yet.

Please login to write comment.