Color Hex Logo

#b06eba Color Hex

#B06EBA
(176,110,186)
0 Favorites   0 Comments

Color spaces of #b06eba

RGB 176110186
HSL0.810.360.58
HSV292°41°73°
CMYK 0.050.410.00   0.27
XYZ32.343423.927149.3681
Yxy23.92710.30620.2265
Hunter Lab48.915332.4245-25.5981
CIE-Lab56.014738.6670-29.4841

#b06eba color RGB value is (176,110,186).

#b06eba hex color red value is 176, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b06eba hue: 0.81 , saturation: 0.36 and the lightness value of b06eba is 0.58.

The process color (four color CMYK) of #b06eba color hex is 0.05, 0.41, 0.00, 0.27. Web safe color of #b06eba is #9966cc. Color #b06eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101110 10111010
Octal 260 156 272
Decimal 176 110 186
Hex B0 6E BA

RGB Percentages of Color #b06eba

%37.29
%23.31
%39.41

CMYK Percentages of Color #b06eba

%5
%41
%0
%27

Triadic Colors of #b06eba

#b06eba #bab06e #6ebab0

Analogous Colors of #b06eba

#b06eba #ba6e9e #8a6eba

Monochromatic Colors of #b06eba

#b06eba

Complementary Color

#b06eba #78ba6e

#b06eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06eba Color CSS Codes

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

#b06eba Text Font Color

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

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


#b06eba Background Color

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

This div background color is #b06eba


#b06eba Border Color

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

This div border color is #b06eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06eba


Comments

No comments written yet.

Please login to write comment.