Color Hex Logo

#a15fbe Color Hex

#A15FBE
(161,95,190)
0 Favorites   0 Comments

Color spaces of #a15fbe

RGB 16195190
HSL0.780.420.56
HSV282°50°75°
CMYK 0.150.500.00   0.25
XYZ28.084419.479250.9948
Yxy19.47920.28500.1976
Hunter Lab44.135236.3475-37.6103
CIE-Lab51.243243.1852-39.3803

#a15fbe color RGB value is (161,95,190).

#a15fbe hex color red value is 161, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a15fbe hue: 0.78 , saturation: 0.42 and the lightness value of a15fbe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011111 10111110
Octal 241 137 276
Decimal 161 95 190
Hex A1 5F BE

RGB Percentages of Color #a15fbe

%36.10
%21.30
%42.60

CMYK Percentages of Color #a15fbe

%15
%50
%0
%25

Triadic Colors of #a15fbe

#a15fbe #bea15f #5fbea1

Analogous Colors of #a15fbe

#a15fbe #be5fac #725fbe

Monochromatic Colors of #a15fbe

#a15fbe

Complementary Color

#a15fbe #7cbe5f

#a15fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15fbe Color CSS Codes

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

#a15fbe Text Font Color

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

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


#a15fbe Background Color

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

This div background color is #a15fbe


#a15fbe Border Color

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

This div border color is #a15fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15fbe


Comments

No comments written yet.

Please login to write comment.