Color Hex Logo

#b46fb6 Color Hex

#B46FB6
(180,111,182)
0 Favorites   0 Comments

Color spaces of #b46fb6

RGB 180111182
HSL0.830.330.57
HSV298°39°71°
CMYK 0.010.390.00   0.29
XYZ32.950324.449647.2385
Yxy24.44960.31490.2337
Hunter Lab49.446532.4178-22.0298
CIE-Lab56.535238.5936-26.3450

#b46fb6 color RGB value is (180,111,182).

#b46fb6 hex color red value is 180, green value is 111 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #b46fb6 hue: 0.83 , saturation: 0.33 and the lightness value of b46fb6 is 0.57.

The process color (four color CMYK) of #b46fb6 color hex is 0.01, 0.39, 0.00, 0.29. Web safe color of #b46fb6 is #cc66cc. Color #b46fb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101111 10110110
Octal 264 157 266
Decimal 180 111 182
Hex B4 6F B6

RGB Percentages of Color #b46fb6

%38.05
%23.47
%38.48

CMYK Percentages of Color #b46fb6

%1
%39
%0
%29

Triadic Colors of #b46fb6

#b46fb6 #b6b46f #6fb6b4

Analogous Colors of #b46fb6

#b46fb6 #b66f95 #916fb6

Monochromatic Colors of #b46fb6

#b46fb6

Complementary Color

#b46fb6 #71b66f

#b46fb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46fb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46fb6 Color CSS Codes

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

#b46fb6 Text Font Color

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

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


#b46fb6 Background Color

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

This div background color is #b46fb6


#b46fb6 Border Color

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

This div border color is #b46fb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46fb6


Comments

No comments written yet.

Please login to write comment.