Color Hex Logo

#b46dbe Color Hex

#B46DBE
(180,109,190)
0 Favorites   0 Comments

Color spaces of #b46dbe

RGB 180109190
HSL0.810.380.59
HSV293°43°75°
CMYK 0.050.430.00   0.25
XYZ33.585324.358351.6467
Yxy24.35830.30650.2223
Hunter Lab49.354135.0989-27.4962
CIE-Lab56.444841.2252-31.0711

#b46dbe color RGB value is (180,109,190).

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

The process color (four color CMYK) of #b46dbe color hex is 0.05, 0.43, 0.00, 0.25. Web safe color of #b46dbe is #cc66cc. Color #b46dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 10111110
Octal 264 155 276
Decimal 180 109 190
Hex B4 6D BE

RGB Percentages of Color #b46dbe

%37.58
%22.76
%39.67

CMYK Percentages of Color #b46dbe

%5
%43
%0
%25

Triadic Colors of #b46dbe

#b46dbe #beb46d #6dbeb4

Analogous Colors of #b46dbe

#b46dbe #be6da0 #8c6dbe

Monochromatic Colors of #b46dbe

#b46dbe

Complementary Color

#b46dbe #77be6d

#b46dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46dbe Color CSS Codes

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

#b46dbe Text Font Color

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

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


#b46dbe Background Color

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

This div background color is #b46dbe


#b46dbe Border Color

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

This div border color is #b46dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46dbe


Comments

No comments written yet.

Please login to write comment.