Color Hex Logo

#b15bed Color Hex

#B15BED
(177,91,237)
0 Favorites   0 Comments

Color spaces of #b15bed

RGB 17791237
HSL0.760.800.64
HSV275°62°93°
CMYK 0.250.620.00   0.07
XYZ37.158622.943782.5909
Yxy22.94370.26040.1608
Hunter Lab47.899654.6490-68.7011
CIE-Lab55.014359.5074-59.9598

#b15bed color RGB value is (177,91,237).

#b15bed hex color red value is 177, green value is 91 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b15bed hue: 0.76 , saturation: 0.80 and the lightness value of b15bed is 0.64.

The process color (four color CMYK) of #b15bed color hex is 0.25, 0.62, 0.00, 0.07. Web safe color of #b15bed is #9966ff. Color #b15bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011011 11101101
Octal 261 133 355
Decimal 177 91 237
Hex B1 5B ED

RGB Percentages of Color #b15bed

%35.05
%18.02
%46.93

CMYK Percentages of Color #b15bed

%25
%62
%0
%7

Triadic Colors of #b15bed

#b15bed #edb15b #5bedb1

Analogous Colors of #b15bed

#b15bed #ed5be0 #685bed

Monochromatic Colors of #b15bed

#b15bed

Complementary Color

#b15bed #97ed5b

#b15bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15bed Color CSS Codes

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

#b15bed Text Font Color

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

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


#b15bed Background Color

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

This div background color is #b15bed


#b15bed Border Color

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

This div border color is #b15bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15bed


Comments

No comments written yet.

Please login to write comment.