Color Hex Logo

#a391be Color Hex

#A391BE
(163,145,190)
0 Favorites   0 Comments

Color spaces of #a391be

RGB 163145190
HSL0.730.260.66
HSV264°24°75°
CMYK 0.140.240.00   0.25
XYZ34.523931.755053.0249
Yxy31.75500.28940.2662
Hunter Lab56.351610.7431-16.3438
CIE-Lab63.139915.6297-20.9031

#a391be color RGB value is (163,145,190).

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

The process color (four color CMYK) of #a391be color hex is 0.14, 0.24, 0.00, 0.25. Web safe color of #a391be is #9999cc. Color #a391be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010001 10111110
Octal 243 221 276
Decimal 163 145 190
Hex A3 91 BE

RGB Percentages of Color #a391be

%32.73
%29.12
%38.15

CMYK Percentages of Color #a391be

%14
%24
%0
%25

Triadic Colors of #a391be

#a391be #bea391 #91bea3

Analogous Colors of #a391be

#a391be #ba91be #9196be

Monochromatic Colors of #a391be

#a391be

Complementary Color

#a391be #acbe91

#a391be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a391be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a391be Color CSS Codes

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

#a391be Text Font Color

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

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


#a391be Background Color

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

This div background color is #a391be


#a391be Border Color

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

This div border color is #a391be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,145,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a391be


Comments

No comments written yet.

Please login to write comment.