Color Hex Logo

#b537fa Color Hex

#B537FA
(181,55,250)
0 Favorites   0 Comments

Color spaces of #b537fa

RGB 18155250
HSL0.770.950.60
HSV279°78°98°
CMYK 0.280.780.00   0.02
XYZ37.677619.458392.2125
Yxy19.45830.25230.1303
Hunter Lab44.111675.2694-93.0640
CIE-Lab51.219177.5601-73.3276

#b537fa color RGB value is (181,55,250).

#b537fa hex color red value is 181, green value is 55 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b537fa hue: 0.77 , saturation: 0.95 and the lightness value of b537fa is 0.60.

The process color (four color CMYK) of #b537fa color hex is 0.28, 0.78, 0.00, 0.02. Web safe color of #b537fa is #cc33ff. Color #b537fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110111 11111010
Octal 265 67 372
Decimal 181 55 250
Hex B5 37 FA

RGB Percentages of Color #b537fa

%37.24
%11.32
%51.44

CMYK Percentages of Color #b537fa

%28
%78
%0
%2

Triadic Colors of #b537fa

#b537fa #fab537 #37fab5

Analogous Colors of #b537fa

#b537fa #fa37de #5337fa

Monochromatic Colors of #b537fa

#b537fa

Complementary Color

#b537fa #7cfa37

#b537fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b537fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b537fa Color CSS Codes

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

#b537fa Text Font Color

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

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


#b537fa Background Color

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

This div background color is #b537fa


#b537fa Border Color

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

This div border color is #b537fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b537fa


Comments

No comments written yet.

Please login to write comment.