Color Hex Logo

#a15fbf Color Hex

#A15FBF
(161,95,191)
0 Favorites   0 Comments

Color spaces of #a15fbf

RGB 16195191
HSL0.780.430.56
HSV281°50°75°
CMYK 0.160.500.00   0.25
XYZ28.194119.523151.5726
Yxy19.52310.28400.1966
Hunter Lab44.185036.5759-38.2737
CIE-Lab51.293743.4007-39.8777

#a15fbf color RGB value is (161,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011111 10111111
Octal 241 137 277
Decimal 161 95 191
Hex A1 5F BF

RGB Percentages of Color #a15fbf

%36.02
%21.25
%42.73

CMYK Percentages of Color #a15fbf

%16
%50
%0
%25

Triadic Colors of #a15fbf

#a15fbf #bfa15f #5fbfa1

Analogous Colors of #a15fbf

#a15fbf #bf5fad #715fbf

Monochromatic Colors of #a15fbf

#a15fbf

Complementary Color

#a15fbf #7dbf5f

#a15fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15fbf Color CSS Codes

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

#a15fbf Text Font Color

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

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


#a15fbf Background Color

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

This div background color is #a15fbf


#a15fbf Border Color

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

This div border color is #a15fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15fbf


Comments

No comments written yet.

Please login to write comment.