Color Hex Logo

#b137ed Color Hex

#B137ED
(177,55,237)
0 Favorites   0 Comments

Color spaces of #b137ed

RGB 17755237
HSL0.780.830.57
HSV280°77°93°
CMYK 0.250.770.00   0.07
XYZ34.783718.193981.7992
Yxy18.19390.25810.1350
Hunter Lab42.654370.9180-83.8439
CIE-Lab49.730474.3216-68.4852

#b137ed color RGB value is (177,55,237).

#b137ed hex color red value is 177, green value is 55 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b137ed hue: 0.78 , saturation: 0.83 and the lightness value of b137ed is 0.57.

The process color (four color CMYK) of #b137ed color hex is 0.25, 0.77, 0.00, 0.07. Web safe color of #b137ed is #9933ff. Color #b137ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110111 11101101
Octal 261 67 355
Decimal 177 55 237
Hex B1 37 ED

RGB Percentages of Color #b137ed

%37.74
%11.73
%50.53

CMYK Percentages of Color #b137ed

%25
%77
%0
%7

Triadic Colors of #b137ed

#b137ed #edb137 #37edb1

Analogous Colors of #b137ed

#b137ed #ed37ce #5637ed

Monochromatic Colors of #b137ed

#b137ed

Complementary Color

#b137ed #73ed37

#b137ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b137ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b137ed Color CSS Codes

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

#b137ed Text Font Color

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

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


#b137ed Background Color

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

This div background color is #b137ed


#b137ed Border Color

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

This div border color is #b137ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b137ed


Comments

No comments written yet.

Please login to write comment.