Color Hex Logo

#b15eee Color Hex

#B15EEE
(177,94,238)
0 Favorites   0 Comments

Color spaces of #b15eee

RGB 17794238
HSL0.760.810.65
HSV275°61°93°
CMYK 0.260.610.00   0.07
XYZ37.566823.525683.4498
Yxy23.52560.25990.1628
Hunter Lab48.503253.3716-68.0563
CIE-Lab55.609758.2751-59.5635

#b15eee color RGB value is (177,94,238).

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

The process color (four color CMYK) of #b15eee color hex is 0.26, 0.61, 0.00, 0.07. Web safe color of #b15eee is #9966ff. Color #b15eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011110 11101110
Octal 261 136 356
Decimal 177 94 238
Hex B1 5E EE

RGB Percentages of Color #b15eee

%34.77
%18.47
%46.76

CMYK Percentages of Color #b15eee

%26
%61
%0
%7

Triadic Colors of #b15eee

#b15eee #eeb15e #5eeeb1

Analogous Colors of #b15eee

#b15eee #ee5ee3 #695eee

Monochromatic Colors of #b15eee

#b15eee

Complementary Color

#b15eee #9bee5e

#b15eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15eee Color CSS Codes

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

#b15eee Text Font Color

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

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


#b15eee Background Color

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

This div background color is #b15eee


#b15eee Border Color

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

This div border color is #b15eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15eee


Comments

No comments written yet.

Please login to write comment.