Color Hex Logo

#b991bf Color Hex

#B991BF
(185,145,191)
0 Favorites   0 Comments

Color spaces of #b991bf

RGB 185145191
HSL0.810.260.66
HSV292°24°75°
CMYK 0.030.240.00   0.25
XYZ39.537034.326753.8321
Yxy34.32670.30960.2688
Hunter Lab58.589017.9246-13.4639
CIE-Lab65.221123.1523-18.1093

#b991bf color RGB value is (185,145,191).

#b991bf hex color red value is 185, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b991bf hue: 0.81 , saturation: 0.26 and the lightness value of b991bf is 0.66.

The process color (four color CMYK) of #b991bf color hex is 0.03, 0.24, 0.00, 0.25. Web safe color of #b991bf is #cc99cc. Color #b991bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 10111111
Octal 271 221 277
Decimal 185 145 191
Hex B9 91 BF

RGB Percentages of Color #b991bf

%35.51
%27.83
%36.66

CMYK Percentages of Color #b991bf

%3
%24
%0
%25

Triadic Colors of #b991bf

#b991bf #bfb991 #91bfb9

Analogous Colors of #b991bf

#b991bf #bf91ae #a291bf

Monochromatic Colors of #b991bf

#b991bf

Complementary Color

#b991bf #97bf91

#b991bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b991bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b991bf Color CSS Codes

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

#b991bf Text Font Color

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

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


#b991bf Background Color

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

This div background color is #b991bf


#b991bf Border Color

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

This div border color is #b991bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b991bf


Comments

No comments written yet.

Please login to write comment.