Color Hex Logo

#a597bd Color Hex

#A597BD
(165,151,189)
0 Favorites   0 Comments

Color spaces of #a597bd

RGB 165151189
HSL0.730.220.67
HSV262°20°74°
CMYK 0.130.200.00   0.26
XYZ35.769033.806752.7842
Yxy33.80670.29230.2763
Hunter Lab58.14358.0593-13.1245
CIE-Lab64.808812.6740-17.7871

#a597bd color RGB value is (165,151,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010111 10111101
Octal 245 227 275
Decimal 165 151 189
Hex A5 97 BD

RGB Percentages of Color #a597bd

%32.67
%29.90
%37.43

CMYK Percentages of Color #a597bd

%13
%20
%0
%26

Triadic Colors of #a597bd

#a597bd #bda597 #97bda5

Analogous Colors of #a597bd

#a597bd #b897bd #979cbd

Monochromatic Colors of #a597bd

#a597bd

Complementary Color

#a597bd #afbd97

#a597bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a597bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a597bd Color CSS Codes

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

#a597bd Text Font Color

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

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


#a597bd Background Color

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

This div background color is #a597bd


#a597bd Border Color

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

This div border color is #a597bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a597bd


Comments

No comments written yet.

Please login to write comment.