Color Hex Logo

#b158be Color Hex

#B158BE
(177,88,190)
0 Favorites   0 Comments

Color spaces of #b158be

RGB 17788190
HSL0.810.440.55
HSV292°54°75°
CMYK 0.070.540.00   0.25
XYZ30.915420.044350.9547
Yxy20.04430.30330.1967
Hunter Lab44.770944.9097-36.1396
CIE-Lab51.887351.2429-38.2291

#b158be color RGB value is (177,88,190).

#b158be hex color red value is 177, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b158be hue: 0.81 , saturation: 0.44 and the lightness value of b158be is 0.55.

The process color (four color CMYK) of #b158be color hex is 0.07, 0.54, 0.00, 0.25. Web safe color of #b158be is #9966cc. Color #b158be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 10111110
Octal 261 130 276
Decimal 177 88 190
Hex B1 58 BE

RGB Percentages of Color #b158be

%38.90
%19.34
%41.76

CMYK Percentages of Color #b158be

%7
%54
%0
%25

Triadic Colors of #b158be

#b158be #beb158 #58beb1

Analogous Colors of #b158be

#b158be #be5898 #7e58be

Monochromatic Colors of #b158be

#b158be

Complementary Color

#b158be #65be58

#b158be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b158be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b158be Color CSS Codes

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

#b158be Text Font Color

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

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


#b158be Background Color

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

This div background color is #b158be


#b158be Border Color

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

This div border color is #b158be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b158be


Comments

No comments written yet.

Please login to write comment.