Color Hex Logo

#b476bb Color Hex

#B476BB
(180,118,187)
0 Favorites   0 Comments

Color spaces of #b476bb

RGB 180118187
HSL0.820.340.60
HSV294°37°73°
CMYK 0.040.370.00   0.27
XYZ34.270526.248050.2738
Yxy26.24800.30930.2369
Hunter Lab51.232829.7443-22.3172
CIE-Lab58.271735.7382-26.5267

#b476bb color RGB value is (180,118,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 10111011
Octal 264 166 273
Decimal 180 118 187
Hex B4 76 BB

RGB Percentages of Color #b476bb

%37.11
%24.33
%38.56

CMYK Percentages of Color #b476bb

%4
%37
%0
%27

Triadic Colors of #b476bb

#b476bb #bbb476 #76bbb4

Analogous Colors of #b476bb

#b476bb #bb76a0 #9276bb

Monochromatic Colors of #b476bb

#b476bb

Complementary Color

#b476bb #7dbb76

#b476bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b476bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b476bb Color CSS Codes

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

#b476bb Text Font Color

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

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


#b476bb Background Color

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

This div background color is #b476bb


#b476bb Border Color

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

This div border color is #b476bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b476bb


Comments

No comments written yet.

Please login to write comment.