Color Hex Logo

#a195bd Color Hex

#A195BD
(161,149,189)
0 Favorites   0 Comments

Color spaces of #a195bd

RGB 161149189
HSL0.720.230.66
HSV258°21°74°
CMYK 0.150.210.00   0.26
XYZ34.630732.746152.6395
Yxy32.74610.28850.2728
Hunter Lab57.22427.8815-14.4828
CIE-Lab63.954812.4846-19.1159

#a195bd color RGB value is (161,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010101 10111101
Octal 241 225 275
Decimal 161 149 189
Hex A1 95 BD

RGB Percentages of Color #a195bd

%32.26
%29.86
%37.88

CMYK Percentages of Color #a195bd

%15
%21
%0
%26

Triadic Colors of #a195bd

#a195bd #bda195 #95bda1

Analogous Colors of #a195bd

#a195bd #b595bd #959dbd

Monochromatic Colors of #a195bd

#a195bd

Complementary Color

#a195bd #b1bd95

#a195bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a195bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a195bd Color CSS Codes

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

#a195bd Text Font Color

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

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


#a195bd Background Color

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

This div background color is #a195bd


#a195bd Border Color

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

This div border color is #a195bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,149,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a195bd


Comments

No comments written yet.

Please login to write comment.