Color Hex Logo

#a09fbc Color Hex

#A09FBC
(160,159,188)
0 Favorites   0 Comments

Color spaces of #a09fbc

RGB 160159188
HSL0.670.180.68
HSV242°15°74°
CMYK 0.150.150.00   0.26
XYZ35.972435.900752.6105
Yxy35.90070.28900.2884
Hunter Lab59.91722.3107-10.1178
CIE-Lab66.44406.3090-14.7954

#a09fbc color RGB value is (160,159,188).

#a09fbc hex color red value is 160, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a09fbc hue: 0.67 , saturation: 0.18 and the lightness value of a09fbc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 10111100
Octal 240 237 274
Decimal 160 159 188
Hex A0 9F BC

RGB Percentages of Color #a09fbc

%31.56
%31.36
%37.08

CMYK Percentages of Color #a09fbc

%15
%15
%0
%26

Triadic Colors of #a09fbc

#a09fbc #bca09f #9fbca0

Analogous Colors of #a09fbc

#a09fbc #af9fbc #9fadbc

Monochromatic Colors of #a09fbc

#a09fbc

Complementary Color

#a09fbc #bbbc9f

#a09fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fbc Color CSS Codes

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

#a09fbc Text Font Color

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

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


#a09fbc Background Color

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

This div background color is #a09fbc


#a09fbc Border Color

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

This div border color is #a09fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fbc


Comments

No comments written yet.

Please login to write comment.