Color Hex Logo

#b158ae Color Hex

#B158AE
(177,88,174)
0 Favorites   0 Comments

Color spaces of #b158ae

RGB 17788174
HSL0.840.360.52
HSV302°50°69°
CMYK 0.000.500.02   0.31
XYZ29.261219.382642.2434
Yxy19.38260.32200.2133
Hunter Lab44.025741.5932-26.0718
CIE-Lab51.131948.2532-30.1244

#b158ae color RGB value is (177,88,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 10101110
Octal 261 130 256
Decimal 177 88 174
Hex B1 58 AE

RGB Percentages of Color #b158ae

%40.32
%20.05
%39.64

CMYK Percentages of Color #b158ae

%0
%50
%2
%31

Triadic Colors of #b158ae

#b158ae #aeb158 #58aeb1

Analogous Colors of #b158ae

#b158ae #b15882 #8858b1

Monochromatic Colors of #b158ae

#b158ae

Complementary Color

#b158ae #58b15b

#b158ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b158ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b158ae Color CSS Codes

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

#b158ae Text Font Color

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

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


#b158ae Background Color

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

This div background color is #b158ae


#b158ae Border Color

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

This div border color is #b158ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b158ae


Comments

No comments written yet.

Please login to write comment.