Color Hex Logo

#a099bf Color Hex

#A099BF
(160,153,191)
0 Favorites   0 Comments

Color spaces of #a099bf

RGB 160153191
HSL0.700.230.67
HSV251°20°75°
CMYK 0.160.200.00   0.25
XYZ35.292434.017653.9962
Yxy34.01760.28620.2759
Hunter Lab58.32465.9428-14.0627
CIE-Lab64.976510.3407-18.6914

#a099bf color RGB value is (160,153,191).

#a099bf hex color red value is 160, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a099bf hue: 0.70 , saturation: 0.23 and the lightness value of a099bf is 0.67.

The process color (four color CMYK) of #a099bf color hex is 0.16, 0.20, 0.00, 0.25. Web safe color of #a099bf is #9999cc. Color #a099bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 10111111
Octal 240 231 277
Decimal 160 153 191
Hex A0 99 BF

RGB Percentages of Color #a099bf

%31.75
%30.36
%37.90

CMYK Percentages of Color #a099bf

%16
%20
%0
%25

Triadic Colors of #a099bf

#a099bf #bfa099 #99bfa0

Analogous Colors of #a099bf

#a099bf #b399bf #99a5bf

Monochromatic Colors of #a099bf

#a099bf

Complementary Color

#a099bf #b8bf99

#a099bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a099bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a099bf Color CSS Codes

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

#a099bf Text Font Color

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

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


#a099bf Background Color

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

This div background color is #a099bf


#a099bf Border Color

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

This div border color is #a099bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a099bf


Comments

No comments written yet.

Please login to write comment.