Color Hex Logo

#b158ab Color Hex

#B158AB
(177,88,171)
0 Favorites   0 Comments

Color spaces of #b158ab

RGB 17788171
HSL0.840.360.52
HSV304°50°69°
CMYK 0.000.500.03   0.31
XYZ28.971919.266840.7200
Yxy19.26680.32570.2166
Hunter Lab43.894041.0032-24.2770
CIE-Lab50.997947.7142-28.5804

#b158ab color RGB value is (177,88,171).

#b158ab hex color red value is 177, green value is 88 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b158ab hue: 0.84 , saturation: 0.36 and the lightness value of b158ab is 0.52.

The process color (four color CMYK) of #b158ab color hex is 0.00, 0.50, 0.03, 0.31. Web safe color of #b158ab is #996699. Color #b158ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 10101011
Octal 261 130 253
Decimal 177 88 171
Hex B1 58 AB

RGB Percentages of Color #b158ab

%40.60
%20.18
%39.22

CMYK Percentages of Color #b158ab

%0
%50
%3
%31

Triadic Colors of #b158ab

#b158ab #abb158 #58abb1

Analogous Colors of #b158ab

#b158ab #b1587f #8b58b1

Monochromatic Colors of #b158ab

#b158ab

Complementary Color

#b158ab #58b15e

#b158ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b158ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b158ab Color CSS Codes

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

#b158ab Text Font Color

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

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


#b158ab Background Color

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

This div background color is #b158ab


#b158ab Border Color

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

This div border color is #b158ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b158ab


Comments

No comments written yet.

Please login to write comment.