Color Hex Logo

#a157ea Color Hex

#A157EA
(161,87,234)
0 Favorites   0 Comments

Color spaces of #a157ea

RGB 16187234
HSL0.750.780.63
HSV270°63°92°
CMYK 0.310.630.00   0.08
XYZ32.957420.334080.0297
Yxy20.33400.24720.1525
Hunter Lab45.093251.5476-73.6603
CIE-Lab52.212857.2499-62.8848

#a157ea color RGB value is (161,87,234).

#a157ea hex color red value is 161, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a157ea hue: 0.75 , saturation: 0.78 and the lightness value of a157ea is 0.63.

The process color (four color CMYK) of #a157ea color hex is 0.31, 0.63, 0.00, 0.08. Web safe color of #a157ea is #9966ff. Color #a157ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010111 11101010
Octal 241 127 352
Decimal 161 87 234
Hex A1 57 EA

RGB Percentages of Color #a157ea

%33.40
%18.05
%48.55

CMYK Percentages of Color #a157ea

%31
%63
%0
%8

Triadic Colors of #a157ea

#a157ea #eaa157 #57eaa1

Analogous Colors of #a157ea

#a157ea #ea57ea #5757ea

Monochromatic Colors of #a157ea

#a157ea

Complementary Color

#a157ea #a0ea57

#a157ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a157ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a157ea Color CSS Codes

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

#a157ea Text Font Color

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

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


#a157ea Background Color

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

This div background color is #a157ea


#a157ea Border Color

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

This div border color is #a157ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a157ea


Comments

No comments written yet.

Please login to write comment.