Color Hex Logo

#b08eba Color Hex

#B08EBA
(176,142,186)
0 Favorites   0 Comments

Color spaces of #b08eba

RGB 176142186
HSL0.800.240.64
HSV286°24°73°
CMYK 0.050.240.00   0.27
XYZ36.440432.121350.7338
Yxy32.12130.30550.2693
Hunter Lab56.675715.5867-13.4011
CIE-Lab63.443020.8059-18.0807

#b08eba color RGB value is (176,142,186).

#b08eba hex color red value is 176, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b08eba hue: 0.80 , saturation: 0.24 and the lightness value of b08eba is 0.64.

The process color (four color CMYK) of #b08eba color hex is 0.05, 0.24, 0.00, 0.27. Web safe color of #b08eba is #9999cc. Color #b08eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 10111010
Octal 260 216 272
Decimal 176 142 186
Hex B0 8E BA

RGB Percentages of Color #b08eba

%34.92
%28.17
%36.90

CMYK Percentages of Color #b08eba

%5
%24
%0
%27

Triadic Colors of #b08eba

#b08eba #bab08e #8ebab0

Analogous Colors of #b08eba

#b08eba #ba8eae #9a8eba

Monochromatic Colors of #b08eba

#b08eba

Complementary Color

#b08eba #98ba8e

#b08eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08eba Color CSS Codes

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

#b08eba Text Font Color

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

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


#b08eba Background Color

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

This div background color is #b08eba


#b08eba Border Color

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

This div border color is #b08eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08eba


Comments

No comments written yet.

Please login to write comment.