Color Hex Logo

#b36ebe Color Hex

#B36EBE
(179,110,190)
0 Favorites   0 Comments

Color spaces of #b36ebe

RGB 179110190
HSL0.810.380.59
HSV292°42°75°
CMYK 0.060.420.00   0.25
XYZ33.460624.453351.6716
Yxy24.45330.30530.2231
Hunter Lab49.450334.2443-27.3381
CIE-Lab56.538840.3818-30.9340

#b36ebe color RGB value is (179,110,190).

#b36ebe hex color red value is 179, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b36ebe hue: 0.81 , saturation: 0.38 and the lightness value of b36ebe is 0.59.

The process color (four color CMYK) of #b36ebe color hex is 0.06, 0.42, 0.00, 0.25. Web safe color of #b36ebe is #cc66cc. Color #b36ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101110 10111110
Octal 263 156 276
Decimal 179 110 190
Hex B3 6E BE

RGB Percentages of Color #b36ebe

%37.37
%22.96
%39.67

CMYK Percentages of Color #b36ebe

%6
%42
%0
%25

Triadic Colors of #b36ebe

#b36ebe #beb36e #6ebeb3

Analogous Colors of #b36ebe

#b36ebe #be6ea1 #8b6ebe

Monochromatic Colors of #b36ebe

#b36ebe

Complementary Color

#b36ebe #79be6e

#b36ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36ebe Color CSS Codes

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

#b36ebe Text Font Color

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

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


#b36ebe Background Color

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

This div background color is #b36ebe


#b36ebe Border Color

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

This div border color is #b36ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36ebe


Comments

No comments written yet.

Please login to write comment.