Color Hex Logo

#b137be Color Hex

#B137BE
(177,55,190)
0 Favorites   0 Comments

Color spaces of #b137be

RGB 17755190
HSL0.820.550.48
HSV294°71°75°
CMYK 0.070.710.00   0.25
XYZ28.791915.797250.2469
Yxy15.79720.30360.1666
Hunter Lab39.745759.7510-47.1330
CIE-Lab46.707365.5099-46.4378

#b137be color RGB value is (177,55,190).

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

The process color (four color CMYK) of #b137be color hex is 0.07, 0.71, 0.00, 0.25. Web safe color of #b137be is #9933cc. Color #b137be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110111 10111110
Octal 261 67 276
Decimal 177 55 190
Hex B1 37 BE

RGB Percentages of Color #b137be

%41.94
%13.03
%45.02

CMYK Percentages of Color #b137be

%7
%71
%0
%25

Triadic Colors of #b137be

#b137be #beb137 #37beb1

Analogous Colors of #b137be

#b137be #be3788 #6e37be

Monochromatic Colors of #b137be

#b137be

Complementary Color

#b137be #44be37

#b137be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b137be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b137be Color CSS Codes

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

#b137be Text Font Color

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

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


#b137be Background Color

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

This div background color is #b137be


#b137be Border Color

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

This div border color is #b137be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,55,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 #b137be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b137be


Comments

No comments written yet.

Please login to write comment.