Color Hex Logo

#a191bd Color Hex

#A191BD
(161,145,189)
0 Favorites   0 Comments

Color spaces of #a191bd

RGB 161145189
HSL0.730.250.65
HSV262°23°74°
CMYK 0.150.230.00   0.26
XYZ34.008631.502052.4322
Yxy31.50200.28830.2671
Hunter Lab56.12669.9362-16.0987
CIE-Lab62.929114.7542-20.6780

#a191bd color RGB value is (161,145,189).

#a191bd hex color red value is 161, green value is 145 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a191bd hue: 0.73 , saturation: 0.25 and the lightness value of a191bd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010001 10111101
Octal 241 221 275
Decimal 161 145 189
Hex A1 91 BD

RGB Percentages of Color #a191bd

%32.53
%29.29
%38.18

CMYK Percentages of Color #a191bd

%15
%23
%0
%26

Triadic Colors of #a191bd

#a191bd #bda191 #91bda1

Analogous Colors of #a191bd

#a191bd #b791bd #9197bd

Monochromatic Colors of #a191bd

#a191bd

Complementary Color

#a191bd #adbd91

#a191bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a191bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a191bd Color CSS Codes

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

#a191bd Text Font Color

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

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


#a191bd Background Color

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

This div background color is #a191bd


#a191bd Border Color

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

This div border color is #a191bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a191bd


Comments

No comments written yet.

Please login to write comment.