Color Hex Logo

#a498bb Color Hex

#A498BB
(164,152,187)
0 Favorites   0 Comments

Color spaces of #a498bb

RGB 164152187
HSL0.720.200.66
HSV261°19°73°
CMYK 0.120.190.00   0.27
XYZ35.507733.936851.6927
Yxy33.93680.29310.2802
Hunter Lab58.25536.8523-11.8321
CIE-Lab64.912411.3466-16.5181

#a498bb color RGB value is (164,152,187).

#a498bb hex color red value is 164, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a498bb hue: 0.72 , saturation: 0.20 and the lightness value of a498bb is 0.66.

The process color (four color CMYK) of #a498bb color hex is 0.12, 0.19, 0.00, 0.27. Web safe color of #a498bb is #9999cc. Color #a498bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 10111011
Octal 244 230 273
Decimal 164 152 187
Hex A4 98 BB

RGB Percentages of Color #a498bb

%32.60
%30.22
%37.18

CMYK Percentages of Color #a498bb

%12
%19
%0
%27

Triadic Colors of #a498bb

#a498bb #bba498 #98bba4

Analogous Colors of #a498bb

#a498bb #b698bb #989ebb

Monochromatic Colors of #a498bb

#a498bb

Complementary Color

#a498bb #afbb98

#a498bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a498bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a498bb Color CSS Codes

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

#a498bb Text Font Color

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

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


#a498bb Background Color

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

This div background color is #a498bb


#a498bb Border Color

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

This div border color is #a498bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a498bb


Comments

No comments written yet.

Please login to write comment.