Color Hex Logo

#b537bb Color Hex

#B537BB
(181,55,187)
0 Favorites   0 Comments

Color spaces of #b537bb

RGB 18155187
HSL0.830.550.47
HSV297°71°73°
CMYK 0.030.710.00   0.27
XYZ29.391916.144048.5807
Yxy16.14400.31230.1715
Hunter Lab40.179660.2608-43.5612
CIE-Lab47.162865.8629-43.9248

#b537bb color RGB value is (181,55,187).

#b537bb hex color red value is 181, green value is 55 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b537bb hue: 0.83 , saturation: 0.55 and the lightness value of b537bb is 0.47.

The process color (four color CMYK) of #b537bb color hex is 0.03, 0.71, 0.00, 0.27. Web safe color of #b537bb is #cc33cc. Color #b537bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110111 10111011
Octal 265 67 273
Decimal 181 55 187
Hex B5 37 BB

RGB Percentages of Color #b537bb

%42.79
%13.00
%44.21

CMYK Percentages of Color #b537bb

%3
%71
%0
%27

Triadic Colors of #b537bb

#b537bb #bbb537 #37bbb5

Analogous Colors of #b537bb

#b537bb #bb377f #7337bb

Monochromatic Colors of #b537bb

#b537bb

Complementary Color

#b537bb #3dbb37

#b537bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b537bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b537bb Color CSS Codes

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

#b537bb Text Font Color

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

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


#b537bb Background Color

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

This div background color is #b537bb


#b537bb Border Color

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

This div border color is #b537bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,55,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b537bb


Comments

No comments written yet.

Please login to write comment.