Color Hex Logo

#b36ebd Color Hex

#B36EBD
(179,110,189)
0 Favorites   0 Comments

Color spaces of #b36ebd

RGB 179110189
HSL0.810.370.59
HSV292°42°74°
CMYK 0.050.420.00   0.26
XYZ33.351624.409751.0978
Yxy24.40970.30640.2242
Hunter Lab49.406234.0355-26.7357
CIE-Lab56.495740.1839-30.4288

#b36ebd color RGB value is (179,110,189).

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

The process color (four color CMYK) of #b36ebd color hex is 0.05, 0.42, 0.00, 0.26. Web safe color of #b36ebd is #cc66cc. Color #b36ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101110 10111101
Octal 263 156 275
Decimal 179 110 189
Hex B3 6E BD

RGB Percentages of Color #b36ebd

%37.45
%23.01
%39.54

CMYK Percentages of Color #b36ebd

%5
%42
%0
%26

Triadic Colors of #b36ebd

#b36ebd #bdb36e #6ebdb3

Analogous Colors of #b36ebd

#b36ebd #bd6ea0 #8c6ebd

Monochromatic Colors of #b36ebd

#b36ebd

Complementary Color

#b36ebd #78bd6e

#b36ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36ebd Color CSS Codes

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

#b36ebd Text Font Color

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

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


#b36ebd Background Color

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

This div background color is #b36ebd


#b36ebd Border Color

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

This div border color is #b36ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36ebd


Comments

No comments written yet.

Please login to write comment.