Color Hex Logo

#b46dbd Color Hex

#B46DBD
(180,109,189)
0 Favorites   0 Comments

Color spaces of #b46dbd

RGB 180109189
HSL0.810.380.58
HSV293°42°74°
CMYK 0.050.420.00   0.26
XYZ33.476324.314751.0729
Yxy24.31470.30750.2233
Hunter Lab49.309934.8905-26.8928
CIE-Lab56.401541.0288-30.5659

#b46dbd color RGB value is (180,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 10111101
Octal 264 155 275
Decimal 180 109 189
Hex B4 6D BD

RGB Percentages of Color #b46dbd

%37.66
%22.80
%39.54

CMYK Percentages of Color #b46dbd

%5
%42
%0
%26

Triadic Colors of #b46dbd

#b46dbd #bdb46d #6dbdb4

Analogous Colors of #b46dbd

#b46dbd #bd6d9e #8c6dbd

Monochromatic Colors of #b46dbd

#b46dbd

Complementary Color

#b46dbd #76bd6d

#b46dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46dbd Color CSS Codes

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

#b46dbd Text Font Color

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

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


#b46dbd Background Color

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

This div background color is #b46dbd


#b46dbd Border Color

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

This div border color is #b46dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46dbd


Comments

No comments written yet.

Please login to write comment.