Color Hex Logo

#b05ebb Color Hex

#B05EBB
(176,94,187)
0 Favorites   0 Comments

Color spaces of #b05ebb

RGB 17694187
HSL0.810.410.55
HSV293°50°73°
CMYK 0.060.500.00   0.27
XYZ30.876820.823449.4056
Yxy20.82340.30540.2060
Hunter Lab45.632740.9227-32.2493
CIE-Lab52.755747.3566-35.1421

#b05ebb color RGB value is (176,94,187).

#b05ebb hex color red value is 176, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b05ebb hue: 0.81 , saturation: 0.41 and the lightness value of b05ebb is 0.55.

The process color (four color CMYK) of #b05ebb color hex is 0.06, 0.50, 0.00, 0.27. Web safe color of #b05ebb is #9966cc. Color #b05ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011110 10111011
Octal 260 136 273
Decimal 176 94 187
Hex B0 5E BB

RGB Percentages of Color #b05ebb

%38.51
%20.57
%40.92

CMYK Percentages of Color #b05ebb

%6
%50
%0
%27

Triadic Colors of #b05ebb

#b05ebb #bbb05e #5ebbb0

Analogous Colors of #b05ebb

#b05ebb #bb5e98 #825ebb

Monochromatic Colors of #b05ebb

#b05ebb

Complementary Color

#b05ebb #69bb5e

#b05ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05ebb Color CSS Codes

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

#b05ebb Text Font Color

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

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


#b05ebb Background Color

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

This div background color is #b05ebb


#b05ebb Border Color

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

This div border color is #b05ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05ebb


Comments

No comments written yet.

Please login to write comment.