Color Hex Logo

#b491bf Color Hex

#B491BF
(180,145,191)
0 Favorites   0 Comments

Color spaces of #b491bf

RGB 180145191
HSL0.790.260.66
HSV286°24°75°
CMYK 0.060.240.00   0.25
XYZ38.351833.715753.7766
Yxy33.71570.30480.2679
Hunter Lab58.065216.2843-14.2653
CIE-Lab64.736321.4744-18.8907

#b491bf color RGB value is (180,145,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 10111111
Octal 264 221 277
Decimal 180 145 191
Hex B4 91 BF

RGB Percentages of Color #b491bf

%34.88
%28.10
%37.02

CMYK Percentages of Color #b491bf

%6
%24
%0
%25

Triadic Colors of #b491bf

#b491bf #bfb491 #91bfb4

Analogous Colors of #b491bf

#b491bf #bf91b3 #9d91bf

Monochromatic Colors of #b491bf

#b491bf

Complementary Color

#b491bf #9cbf91

#b491bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b491bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b491bf Color CSS Codes

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

#b491bf Text Font Color

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

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


#b491bf Background Color

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

This div background color is #b491bf


#b491bf Border Color

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

This div border color is #b491bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b491bf


Comments

No comments written yet.

Please login to write comment.