Color Hex Logo

#b497bf Color Hex

#B497BF
(180,151,191)
0 Favorites   0 Comments

Color spaces of #b497bf

RGB 180151191
HSL0.790.240.67
HSV284°21°75°
CMYK 0.060.210.00   0.25
XYZ39.293035.598154.0904
Yxy35.59810.30460.2760
Hunter Lab59.664113.1424-11.9863
CIE-Lab66.211718.1129-16.6538

#b497bf color RGB value is (180,151,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 10111111
Octal 264 227 277
Decimal 180 151 191
Hex B4 97 BF

RGB Percentages of Color #b497bf

%34.48
%28.93
%36.59

CMYK Percentages of Color #b497bf

%6
%21
%0
%25

Triadic Colors of #b497bf

#b497bf #bfb497 #97bfb4

Analogous Colors of #b497bf

#b497bf #bf97b6 #a097bf

Monochromatic Colors of #b497bf

#b497bf

Complementary Color

#b497bf #a2bf97

#b497bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497bf Color CSS Codes

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

#b497bf Text Font Color

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

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


#b497bf Background Color

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

This div background color is #b497bf


#b497bf Border Color

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

This div border color is #b497bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497bf


Comments

No comments written yet.

Please login to write comment.