Color Hex Logo

#a095ba Color Hex

#A095BA
(160,149,186)
0 Favorites   0 Comments

Color spaces of #a095ba

RGB 160149186
HSL0.720.210.66
HSV258°20°73°
CMYK 0.140.200.00   0.27
XYZ34.107632.513650.9325
Yxy32.51360.29010.2766
Hunter Lab57.02076.9856-13.0450
CIE-Lab63.765111.4950-17.7275

#a095ba color RGB value is (160,149,186).

#a095ba hex color red value is 160, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a095ba hue: 0.72 , saturation: 0.21 and the lightness value of a095ba is 0.66.

The process color (four color CMYK) of #a095ba color hex is 0.14, 0.20, 0.00, 0.27. Web safe color of #a095ba is #9999cc. Color #a095ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 10111010
Octal 240 225 272
Decimal 160 149 186
Hex A0 95 BA

RGB Percentages of Color #a095ba

%32.32
%30.10
%37.58

CMYK Percentages of Color #a095ba

%14
%20
%0
%27

Triadic Colors of #a095ba

#a095ba #baa095 #95baa0

Analogous Colors of #a095ba

#a095ba #b395ba #959dba

Monochromatic Colors of #a095ba

#a095ba

Complementary Color

#a095ba #afba95

#a095ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095ba Color CSS Codes

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

#a095ba Text Font Color

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

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


#a095ba Background Color

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

This div background color is #a095ba


#a095ba Border Color

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

This div border color is #a095ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095ba


Comments

No comments written yet.

Please login to write comment.