Color Hex Logo

#b46deb Color Hex

#B46DEB
(180,109,235)
0 Favorites   0 Comments

Color spaces of #b46deb

RGB 180109235
HSL0.760.760.67
HSV274°54°92°
CMYK 0.230.540.00   0.08
XYZ39.286426.638781.6684
Yxy26.63870.26620.1805
Hunter Lab51.612745.5479-57.6876
CIE-Lab58.638450.7356-53.0297

#b46deb color RGB value is (180,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 11101011
Octal 264 155 353
Decimal 180 109 235
Hex B4 6D EB

RGB Percentages of Color #b46deb

%34.35
%20.80
%44.85

CMYK Percentages of Color #b46deb

%23
%54
%0
%8

Triadic Colors of #b46deb

#b46deb #ebb46d #6debb4

Analogous Colors of #b46deb

#b46deb #eb6de3 #756deb

Monochromatic Colors of #b46deb

#b46deb

Complementary Color

#b46deb #a4eb6d

#b46deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46deb Color CSS Codes

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

#b46deb Text Font Color

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

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


#b46deb Background Color

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

This div background color is #b46deb


#b46deb Border Color

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

This div border color is #b46deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46deb


Comments

No comments written yet.

Please login to write comment.