Color Hex Logo

#b391bf Color Hex

#B391BF
(179,145,191)
0 Favorites   0 Comments

Color spaces of #b391bf

RGB 179145191
HSL0.790.260.66
HSV284°24°75°
CMYK 0.060.240.00   0.25
XYZ38.119833.596153.7658
Yxy33.59610.30380.2677
Hunter Lab57.962115.9598-14.4240
CIE-Lab64.640721.1399-19.0449

#b391bf color RGB value is (179,145,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 10111111
Octal 263 221 277
Decimal 179 145 191
Hex B3 91 BF

RGB Percentages of Color #b391bf

%34.76
%28.16
%37.09

CMYK Percentages of Color #b391bf

%6
%24
%0
%25

Triadic Colors of #b391bf

#b391bf #bfb391 #91bfb3

Analogous Colors of #b391bf

#b391bf #bf91b4 #9c91bf

Monochromatic Colors of #b391bf

#b391bf

Complementary Color

#b391bf #9dbf91

#b391bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391bf Color CSS Codes

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

#b391bf Text Font Color

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

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


#b391bf Background Color

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

This div background color is #b391bf


#b391bf Border Color

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

This div border color is #b391bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391bf


Comments

No comments written yet.

Please login to write comment.