Color Hex Logo

#a599ba Color Hex

#A599BA
(165,153,186)
0 Favorites   0 Comments

Color spaces of #a599ba

RGB 165153186
HSL0.730.190.66
HSV262°18°73°
CMYK 0.110.180.00   0.27
XYZ35.771234.327051.1948
Yxy34.32700.29490.2830
Hunter Lab58.58926.4506-10.7946
CIE-Lab65.221310.9036-15.4829

#a599ba color RGB value is (165,153,186).

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

The process color (four color CMYK) of #a599ba color hex is 0.11, 0.18, 0.00, 0.27. Web safe color of #a599ba is #9999cc. Color #a599ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011001 10111010
Octal 245 231 272
Decimal 165 153 186
Hex A5 99 BA

RGB Percentages of Color #a599ba

%32.74
%30.36
%36.90

CMYK Percentages of Color #a599ba

%11
%18
%0
%27

Triadic Colors of #a599ba

#a599ba #baa599 #99baa5

Analogous Colors of #a599ba

#a599ba #b699ba #999eba

Monochromatic Colors of #a599ba

#a599ba

Complementary Color

#a599ba #aeba99

#a599ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a599ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a599ba Color CSS Codes

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

#a599ba Text Font Color

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

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


#a599ba Background Color

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

This div background color is #a599ba


#a599ba Border Color

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

This div border color is #a599ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a599ba


Comments

No comments written yet.

Please login to write comment.