Color Hex Logo

#b46ebd Color Hex

#B46EBD
(180,110,189)
0 Favorites   0 Comments

Color spaces of #b46ebd

RGB 180110189
HSL0.810.370.59
HSV293°42°74°
CMYK 0.050.420.00   0.26
XYZ33.583624.529351.1087
Yxy24.52930.30750.2246
Hunter Lab49.527134.3660-26.5145
CIE-Lab56.613940.4903-30.2360

#b46ebd color RGB value is (180,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 10111101
Octal 264 156 275
Decimal 180 110 189
Hex B4 6E BD

RGB Percentages of Color #b46ebd

%37.58
%22.96
%39.46

CMYK Percentages of Color #b46ebd

%5
%42
%0
%26

Triadic Colors of #b46ebd

#b46ebd #bdb46e #6ebdb4

Analogous Colors of #b46ebd

#b46ebd #bd6e9f #8d6ebd

Monochromatic Colors of #b46ebd

#b46ebd

Complementary Color

#b46ebd #77bd6e

#b46ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46ebd Color CSS Codes

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

#b46ebd Text Font Color

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

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


#b46ebd Background Color

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

This div background color is #b46ebd


#b46ebd Border Color

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

This div border color is #b46ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46ebd


Comments

No comments written yet.

Please login to write comment.