Color Hex Logo

#a599b7 Color Hex

#A599B7
(165,153,183)
0 Favorites   0 Comments

Color spaces of #a599b7

RGB 165153183
HSL0.730.170.66
HSV264°16°72°
CMYK 0.100.160.00   0.28
XYZ35.455534.200749.5324
Yxy34.20070.29750.2869
Hunter Lab58.48145.8768-9.2803
CIE-Lab65.121610.2684-13.9530

#a599b7 color RGB value is (165,153,183).

#a599b7 hex color red value is 165, green value is 153 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a599b7 hue: 0.73 , saturation: 0.17 and the lightness value of a599b7 is 0.66.

The process color (four color CMYK) of #a599b7 color hex is 0.10, 0.16, 0.00, 0.28. Web safe color of #a599b7 is #9999cc. Color #a599b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011001 10110111
Octal 245 231 267
Decimal 165 153 183
Hex A5 99 B7

RGB Percentages of Color #a599b7

%32.93
%30.54
%36.53

CMYK Percentages of Color #a599b7

%10
%16
%0
%28

Triadic Colors of #a599b7

#a599b7 #b7a599 #99b7a5

Analogous Colors of #a599b7

#a599b7 #b499b7 #999cb7

Monochromatic Colors of #a599b7

#a599b7

Complementary Color

#a599b7 #abb799

#a599b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a599b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a599b7 Color CSS Codes

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

#a599b7 Text Font Color

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

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


#a599b7 Background Color

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

This div background color is #a599b7


#a599b7 Border Color

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

This div border color is #a599b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a599b7


Comments

No comments written yet.

Please login to write comment.