Color Hex Logo

#b581bf Color Hex

#B581BF
(181,129,191)
0 Favorites   0 Comments

Color spaces of #b581bf

RGB 181129191
HSL0.810.330.63
HSV290°32°75°
CMYK 0.050.320.00   0.25
XYZ36.310329.285953.0292
Yxy29.28590.30610.2469
Hunter Lab54.116425.0637-20.2173
CIE-Lab61.033130.7606-24.5397

#b581bf color RGB value is (181,129,191).

#b581bf hex color red value is 181, green value is 129 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b581bf hue: 0.81 , saturation: 0.33 and the lightness value of b581bf is 0.63.

The process color (four color CMYK) of #b581bf color hex is 0.05, 0.32, 0.00, 0.25. Web safe color of #b581bf is #cc99cc. Color #b581bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 10111111
Octal 265 201 277
Decimal 181 129 191
Hex B5 81 BF

RGB Percentages of Color #b581bf

%36.13
%25.75
%38.12

CMYK Percentages of Color #b581bf

%5
%32
%0
%25

Triadic Colors of #b581bf

#b581bf #bfb581 #81bfb5

Analogous Colors of #b581bf

#b581bf #bf81aa #9681bf

Monochromatic Colors of #b581bf

#b581bf

Complementary Color

#b581bf #8bbf81

#b581bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581bf Color CSS Codes

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

#b581bf Text Font Color

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

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


#b581bf Background Color

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

This div background color is #b581bf


#b581bf Border Color

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

This div border color is #b581bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,129,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581bf


Comments

No comments written yet.

Please login to write comment.