Color Hex Logo

#b456bb Color Hex

#B456BB
(180,86,187)
0 Favorites   0 Comments

Color spaces of #b456bb

RGB 18086187
HSL0.820.430.54
HSV296°54°73°
CMYK 0.040.540.00   0.27
XYZ31.119819.946749.2236
Yxy19.94670.31030.1989
Hunter Lab44.661746.2188-34.0828
CIE-Lab51.776952.4748-36.6407

#b456bb color RGB value is (180,86,187).

#b456bb hex color red value is 180, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b456bb hue: 0.82 , saturation: 0.43 and the lightness value of b456bb is 0.54.

The process color (four color CMYK) of #b456bb color hex is 0.04, 0.54, 0.00, 0.27. Web safe color of #b456bb is #cc66cc. Color #b456bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 10111011
Octal 264 126 273
Decimal 180 86 187
Hex B4 56 BB

RGB Percentages of Color #b456bb

%39.74
%18.98
%41.28

CMYK Percentages of Color #b456bb

%4
%54
%0
%27

Triadic Colors of #b456bb

#b456bb #bbb456 #56bbb4

Analogous Colors of #b456bb

#b456bb #bb5690 #8256bb

Monochromatic Colors of #b456bb

#b456bb

Complementary Color

#b456bb #5dbb56

#b456bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b456bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b456bb Color CSS Codes

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

#b456bb Text Font Color

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

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


#b456bb Background Color

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

This div background color is #b456bb


#b456bb Border Color

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

This div border color is #b456bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b456bb


Comments

No comments written yet.

Please login to write comment.