Color Hex Logo

#b46eeb Color Hex

#B46EEB
(180,110,235)
0 Favorites   0 Comments

Color spaces of #b46eeb

RGB 180110235
HSL0.760.760.68
HSV274°53°92°
CMYK 0.230.530.00   0.08
XYZ39.393726.853381.7042
Yxy26.85330.26630.1815
Hunter Lab51.820245.0104-57.2077
CIE-Lab58.838350.2128-52.7116

#b46eeb color RGB value is (180,110,235).

#b46eeb hex color red value is 180, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b46eeb hue: 0.76 , saturation: 0.76 and the lightness value of b46eeb is 0.68.

The process color (four color CMYK) of #b46eeb color hex is 0.23, 0.53, 0.00, 0.08. Web safe color of #b46eeb is #cc66ff. Color #b46eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 11101011
Octal 264 156 353
Decimal 180 110 235
Hex B4 6E EB

RGB Percentages of Color #b46eeb

%34.29
%20.95
%44.76

CMYK Percentages of Color #b46eeb

%23
%53
%0
%8

Triadic Colors of #b46eeb

#b46eeb #ebb46e #6eebb4

Analogous Colors of #b46eeb

#b46eeb #eb6ee4 #766eeb

Monochromatic Colors of #b46eeb

#b46eeb

Complementary Color

#b46eeb #a5eb6e

#b46eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46eeb Color CSS Codes

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

#b46eeb Text Font Color

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

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


#b46eeb Background Color

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

This div background color is #b46eeb


#b46eeb Border Color

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

This div border color is #b46eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46eeb


Comments

No comments written yet.

Please login to write comment.