Color Hex Logo

#a158cb Color Hex

#A158CB
(161,88,203)
0 Favorites   0 Comments

Color spaces of #a158cb

RGB 16188203
HSL0.770.530.57
HSV278°57°80°
CMYK 0.210.570.00   0.20
XYZ28.967218.868358.6151
Yxy18.86830.27210.1772
Hunter Lab43.437743.0201-49.6000
CIE-Lab50.532849.7009-47.9854

#a158cb color RGB value is (161,88,203).

#a158cb hex color red value is 161, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a158cb hue: 0.77 , saturation: 0.53 and the lightness value of a158cb is 0.57.

The process color (four color CMYK) of #a158cb color hex is 0.21, 0.57, 0.00, 0.20. Web safe color of #a158cb is #9966cc. Color #a158cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 11001011
Octal 241 130 313
Decimal 161 88 203
Hex A1 58 CB

RGB Percentages of Color #a158cb

%35.62
%19.47
%44.91

CMYK Percentages of Color #a158cb

%21
%57
%0
%20

Triadic Colors of #a158cb

#a158cb #cba158 #58cba1

Analogous Colors of #a158cb

#a158cb #cb58bc #6858cb

Monochromatic Colors of #a158cb

#a158cb

Complementary Color

#a158cb #82cb58

#a158cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a158cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a158cb Color CSS Codes

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

#a158cb Text Font Color

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

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


#a158cb Background Color

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

This div background color is #a158cb


#a158cb Border Color

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

This div border color is #a158cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a158cb


Comments

No comments written yet.

Please login to write comment.