Color Hex Logo

#a497cb Color Hex

#A497CB
(164,151,203)
0 Favorites   0 Comments

Color spaces of #a497cb

RGB 164151203
HSL0.710.330.69
HSV255°26°80°
CMYK 0.190.260.00   0.20
XYZ37.155934.337561.1694
Yxy34.33750.28010.2588
Hunter Lab58.598210.6363-20.8728
CIE-Lab65.229615.4671-24.9759

#a497cb color RGB value is (164,151,203).

#a497cb hex color red value is 164, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a497cb hue: 0.71 , saturation: 0.33 and the lightness value of a497cb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 11001011
Octal 244 227 313
Decimal 164 151 203
Hex A4 97 CB

RGB Percentages of Color #a497cb

%31.66
%29.15
%39.19

CMYK Percentages of Color #a497cb

%19
%26
%0
%20

Triadic Colors of #a497cb

#a497cb #cba497 #97cba4

Analogous Colors of #a497cb

#a497cb #be97cb #97a4cb

Monochromatic Colors of #a497cb

#a497cb

Complementary Color

#a497cb #becb97

#a497cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a497cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a497cb Color CSS Codes

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

#a497cb Text Font Color

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

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


#a497cb Background Color

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

This div background color is #a497cb


#a497cb Border Color

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

This div border color is #a497cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a497cb


Comments

No comments written yet.

Please login to write comment.