Color Hex Logo

#a158bb Color Hex

#A158BB
(161,88,187)
0 Favorites   0 Comments

Color spaces of #a158bb

RGB 16188187
HSL0.790.420.54
HSV284°53°73°
CMYK 0.140.530.00   0.27
XYZ27.157318.144449.0846
Yxy18.14440.28770.1922
Hunter Lab42.596239.2595-38.5038
CIE-Lab49.670846.2573-40.1273

#a158bb color RGB value is (161,88,187).

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

The process color (four color CMYK) of #a158bb color hex is 0.14, 0.53, 0.00, 0.27. Web safe color of #a158bb is #9966cc. Color #a158bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 10111011
Octal 241 130 273
Decimal 161 88 187
Hex A1 58 BB

RGB Percentages of Color #a158bb

%36.93
%20.18
%42.89

CMYK Percentages of Color #a158bb

%14
%53
%0
%27

Triadic Colors of #a158bb

#a158bb #bba158 #58bba1

Analogous Colors of #a158bb

#a158bb #bb58a4 #7058bb

Monochromatic Colors of #a158bb

#a158bb

Complementary Color

#a158bb #72bb58

#a158bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158bb Color CSS Codes

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

#a158bb Text Font Color

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

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


#a158bb Background Color

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

This div background color is #a158bb


#a158bb Border Color

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

This div border color is #a158bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158bb


Comments

No comments written yet.

Please login to write comment.