Color Hex Logo

#b36eba Color Hex

#B36EBA
(179,110,186)
0 Favorites   0 Comments

Color spaces of #b36eba

RGB 179110186
HSL0.820.360.58
HSV294°41°73°
CMYK 0.040.410.00   0.27
XYZ33.029324.280749.4002
Yxy24.28070.30950.2275
Hunter Lab49.275533.4164-24.9473
CIE-Lab56.367739.5957-28.9088

#b36eba color RGB value is (179,110,186).

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

The process color (four color CMYK) of #b36eba color hex is 0.04, 0.41, 0.00, 0.27. Web safe color of #b36eba is #cc66cc. Color #b36eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101110 10111010
Octal 263 156 272
Decimal 179 110 186
Hex B3 6E BA

RGB Percentages of Color #b36eba

%37.68
%23.16
%39.16

CMYK Percentages of Color #b36eba

%4
%41
%0
%27

Triadic Colors of #b36eba

#b36eba #bab36e #6ebab3

Analogous Colors of #b36eba

#b36eba #ba6e9b #8d6eba

Monochromatic Colors of #b36eba

#b36eba

Complementary Color

#b36eba #75ba6e

#b36eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36eba Color CSS Codes

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

#b36eba Text Font Color

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

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


#b36eba Background Color

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

This div background color is #b36eba


#b36eba Border Color

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

This div border color is #b36eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36eba


Comments

No comments written yet.

Please login to write comment.