Color Hex Logo

#b46fbe Color Hex

#B46FBE
(180,111,190)
0 Favorites   0 Comments

Color spaces of #b46fbe

RGB 180111190
HSL0.810.380.59
HSV292°42°75°
CMYK 0.050.420.00   0.25
XYZ33.801124.789951.7186
Yxy24.78990.30640.2247
Hunter Lab49.789534.0487-26.7346
CIE-Lab56.870140.1472-30.4101

#b46fbe color RGB value is (180,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101111 10111110
Octal 264 157 276
Decimal 180 111 190
Hex B4 6F BE

RGB Percentages of Color #b46fbe

%37.42
%23.08
%39.50

CMYK Percentages of Color #b46fbe

%5
%42
%0
%25

Triadic Colors of #b46fbe

#b46fbe #beb46f #6fbeb4

Analogous Colors of #b46fbe

#b46fbe #be6fa1 #8d6fbe

Monochromatic Colors of #b46fbe

#b46fbe

Complementary Color

#b46fbe #79be6f

#b46fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46fbe Color CSS Codes

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

#b46fbe Text Font Color

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

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


#b46fbe Background Color

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

This div background color is #b46fbe


#b46fbe Border Color

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

This div border color is #b46fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46fbe


Comments

No comments written yet.

Please login to write comment.