Color Hex Logo

#b580bb Color Hex

#B580BB
(181,128,187)
0 Favorites   0 Comments

Color spaces of #b580bb

RGB 181128187
HSL0.820.300.62
HSV294°32°73°
CMYK 0.030.320.00   0.27
XYZ35.744928.850050.6983
Yxy28.85000.31000.2502
Hunter Lab53.712224.7935-18.3646
CIE-Lab60.649030.5232-22.8618

#b580bb color RGB value is (181,128,187).

#b580bb hex color red value is 181, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b580bb hue: 0.82 , saturation: 0.30 and the lightness value of b580bb is 0.62.

The process color (four color CMYK) of #b580bb color hex is 0.03, 0.32, 0.00, 0.27. Web safe color of #b580bb is #cc99cc. Color #b580bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 10111011
Octal 265 200 273
Decimal 181 128 187
Hex B5 80 BB

RGB Percentages of Color #b580bb

%36.49
%25.81
%37.70

CMYK Percentages of Color #b580bb

%3
%32
%0
%27

Triadic Colors of #b580bb

#b580bb #bbb580 #80bbb5

Analogous Colors of #b580bb

#b580bb #bb80a4 #9880bb

Monochromatic Colors of #b580bb

#b580bb

Complementary Color

#b580bb #86bb80

#b580bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b580bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b580bb Color CSS Codes

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

#b580bb Text Font Color

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

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


#b580bb Background Color

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

This div background color is #b580bb


#b580bb Border Color

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

This div border color is #b580bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b580bb


Comments

No comments written yet.

Please login to write comment.