Color Hex Logo

#a391bd Color Hex

#A391BD
(163,145,189)
0 Favorites   0 Comments

Color spaces of #a391bd

RGB 163145189
HSL0.730.250.65
HSV265°23°74°
CMYK 0.140.230.00   0.26
XYZ34.415031.711552.4512
Yxy31.71150.29020.2674
Hunter Lab56.313010.5405-15.8050
CIE-Lab63.103715.4100-20.3959

#a391bd color RGB value is (163,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010001 10111101
Octal 243 221 275
Decimal 163 145 189
Hex A3 91 BD

RGB Percentages of Color #a391bd

%32.80
%29.18
%38.03

CMYK Percentages of Color #a391bd

%14
%23
%0
%26

Triadic Colors of #a391bd

#a391bd #bda391 #91bda3

Analogous Colors of #a391bd

#a391bd #b991bd #9195bd

Monochromatic Colors of #a391bd

#a391bd

Complementary Color

#a391bd #abbd91

#a391bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a391bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a391bd Color CSS Codes

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

#a391bd Text Font Color

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

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


#a391bd Background Color

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

This div background color is #a391bd


#a391bd Border Color

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

This div border color is #a391bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a391bd


Comments

No comments written yet.

Please login to write comment.