Color Hex Logo

#a499be Color Hex

#A499BE
(164,153,190)
0 Favorites   0 Comments

Color spaces of #a499be

RGB 164153190
HSL0.720.220.67
HSV258°19°75°
CMYK 0.140.190.00   0.25
XYZ35.995334.392753.4565
Yxy34.39270.29060.2777
Hunter Lab58.64536.9305-12.9925
CIE-Lab65.273111.4327-17.6509

#a499be color RGB value is (164,153,190).

#a499be hex color red value is 164, green value is 153 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a499be hue: 0.72 , saturation: 0.22 and the lightness value of a499be is 0.67.

The process color (four color CMYK) of #a499be color hex is 0.14, 0.19, 0.00, 0.25. Web safe color of #a499be is #9999cc. Color #a499be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 10111110
Octal 244 231 276
Decimal 164 153 190
Hex A4 99 BE

RGB Percentages of Color #a499be

%32.35
%30.18
%37.48

CMYK Percentages of Color #a499be

%14
%19
%0
%25

Triadic Colors of #a499be

#a499be #bea499 #99bea4

Analogous Colors of #a499be

#a499be #b799be #99a1be

Monochromatic Colors of #a499be

#a499be

Complementary Color

#a499be #b3be99

#a499be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a499be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a499be Color CSS Codes

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

#a499be Text Font Color

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

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


#a499be Background Color

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

This div background color is #a499be


#a499be Border Color

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

This div border color is #a499be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a499be


Comments

No comments written yet.

Please login to write comment.