Color Hex Logo

#b137fa Color Hex

#B137FA
(177,55,250)
0 Favorites   0 Comments

Color spaces of #b137fa

RGB 17755250
HSL0.770.950.60
HSV278°78°98°
CMYK 0.290.780.00   0.02
XYZ36.753018.981692.1692
Yxy18.98160.24850.1283
Hunter Lab43.567974.3353-94.9323
CIE-Lab50.665776.9163-74.2523

#b137fa color RGB value is (177,55,250).

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

The process color (four color CMYK) of #b137fa color hex is 0.29, 0.78, 0.00, 0.02. Web safe color of #b137fa is #9933ff. Color #b137fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110111 11111010
Octal 261 67 372
Decimal 177 55 250
Hex B1 37 FA

RGB Percentages of Color #b137fa

%36.72
%11.41
%51.87

CMYK Percentages of Color #b137fa

%29
%78
%0
%2

Triadic Colors of #b137fa

#b137fa #fab137 #37fab1

Analogous Colors of #b137fa

#b137fa #fa37e2 #4f37fa

Monochromatic Colors of #b137fa

#b137fa

Complementary Color

#b137fa #80fa37

#b137fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b137fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b137fa Color CSS Codes

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

#b137fa Text Font Color

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

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


#b137fa Background Color

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

This div background color is #b137fa


#b137fa Border Color

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

This div border color is #b137fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b137fa


Comments

No comments written yet.

Please login to write comment.