Color Hex Logo

#a498bd Color Hex

#A498BD
(164,152,189)
0 Favorites   0 Comments

Color spaces of #a498bd

RGB 164152189
HSL0.720.220.67
HSV259°20°74°
CMYK 0.130.200.00   0.26
XYZ35.723434.023152.8284
Yxy34.02310.29140.2776
Hunter Lab58.32937.2448-12.8680
CIE-Lab64.980911.7789-17.5343

#a498bd color RGB value is (164,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 10111101
Octal 244 230 275
Decimal 164 152 189
Hex A4 98 BD

RGB Percentages of Color #a498bd

%32.48
%30.10
%37.43

CMYK Percentages of Color #a498bd

%13
%20
%0
%26

Triadic Colors of #a498bd

#a498bd #bda498 #98bda4

Analogous Colors of #a498bd

#a498bd #b798bd #989fbd

Monochromatic Colors of #a498bd

#a498bd

Complementary Color

#a498bd #b1bd98

#a498bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a498bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a498bd Color CSS Codes

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

#a498bd Text Font Color

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

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


#a498bd Background Color

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

This div background color is #a498bd


#a498bd Border Color

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

This div border color is #a498bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a498bd


Comments

No comments written yet.

Please login to write comment.