Color Hex Logo

#b15eeb Color Hex

#B15EEB
(177,94,235)
0 Favorites   0 Comments

Color spaces of #b15eeb

RGB 17794235
HSL0.760.780.65
HSV275°60°92°
CMYK 0.250.600.00   0.08
XYZ37.129623.350781.1474
Yxy23.35070.26220.1649
Hunter Lab48.322652.5895-65.7391
CIE-Lab55.431857.6129-58.1712

#b15eeb color RGB value is (177,94,235).

#b15eeb hex color red value is 177, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b15eeb hue: 0.76 , saturation: 0.78 and the lightness value of b15eeb is 0.65.

The process color (four color CMYK) of #b15eeb color hex is 0.25, 0.60, 0.00, 0.08. Web safe color of #b15eeb is #9966ff. Color #b15eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011110 11101011
Octal 261 136 353
Decimal 177 94 235
Hex B1 5E EB

RGB Percentages of Color #b15eeb

%34.98
%18.58
%46.44

CMYK Percentages of Color #b15eeb

%25
%60
%0
%8

Triadic Colors of #b15eeb

#b15eeb #ebb15e #5eebb1

Analogous Colors of #b15eeb

#b15eeb #eb5edf #6b5eeb

Monochromatic Colors of #b15eeb

#b15eeb

Complementary Color

#b15eeb #98eb5e

#b15eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15eeb Color CSS Codes

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

#b15eeb Text Font Color

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

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


#b15eeb Background Color

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

This div background color is #b15eeb


#b15eeb Border Color

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

This div border color is #b15eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15eeb


Comments

No comments written yet.

Please login to write comment.