Color Hex Logo

#b46ebb Color Hex

#B46EBB
(180,110,187)
0 Favorites   0 Comments

Color spaces of #b46ebb

RGB 180110187
HSL0.820.360.58
HSV295°41°73°
CMYK 0.040.410.00   0.27
XYZ33.368024.443049.9730
Yxy24.44300.30960.2268
Hunter Lab49.439933.9536-25.3215
CIE-Lab56.528640.0997-29.2231

#b46ebb color RGB value is (180,110,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 10111011
Octal 264 156 273
Decimal 180 110 187
Hex B4 6E BB

RGB Percentages of Color #b46ebb

%37.74
%23.06
%39.20

CMYK Percentages of Color #b46ebb

%4
%41
%0
%27

Triadic Colors of #b46ebb

#b46ebb #bbb46e #6ebbb4

Analogous Colors of #b46ebb

#b46ebb #bb6e9c #8e6ebb

Monochromatic Colors of #b46ebb

#b46ebb

Complementary Color

#b46ebb #75bb6e

#b46ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46ebb Color CSS Codes

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

#b46ebb Text Font Color

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

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


#b46ebb Background Color

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

This div background color is #b46ebb


#b46ebb Border Color

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

This div border color is #b46ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46ebb


Comments

No comments written yet.

Please login to write comment.