Color Hex Logo

#a157be Color Hex

#A157BE
(161,87,190)
0 Favorites   0 Comments

Color spaces of #a157be

RGB 16187190
HSL0.790.440.54
HSV283°54°75°
CMYK 0.150.540.00   0.25
XYZ27.400418.111250.7668
Yxy18.11120.28460.1881
Hunter Lab42.557340.4517-40.9373
CIE-Lab49.630747.4097-41.9287

#a157be color RGB value is (161,87,190).

#a157be hex color red value is 161, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a157be hue: 0.79 , saturation: 0.44 and the lightness value of a157be is 0.54.

The process color (four color CMYK) of #a157be color hex is 0.15, 0.54, 0.00, 0.25. Web safe color of #a157be is #9966cc. Color #a157be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010111 10111110
Octal 241 127 276
Decimal 161 87 190
Hex A1 57 BE

RGB Percentages of Color #a157be

%36.76
%19.86
%43.38

CMYK Percentages of Color #a157be

%15
%54
%0
%25

Triadic Colors of #a157be

#a157be #bea157 #57bea1

Analogous Colors of #a157be

#a157be #be57a8 #6e57be

Monochromatic Colors of #a157be

#a157be

Complementary Color

#a157be #74be57

#a157be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a157be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a157be Color CSS Codes

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

#a157be Text Font Color

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

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


#a157be Background Color

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

This div background color is #a157be


#a157be Border Color

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

This div border color is #a157be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a157be


Comments

No comments written yet.

Please login to write comment.