Color Hex Logo

#b495bf Color Hex

#B495BF
(180,149,191)
0 Favorites   0 Comments

Color spaces of #b495bf

RGB 180149191
HSL0.790.250.67
HSV284°22°75°
CMYK 0.060.220.00   0.25
XYZ38.973834.959853.9840
Yxy34.95980.30470.2733
Hunter Lab59.126814.1874-12.7442
CIE-Lab65.717419.2324-17.4022

#b495bf color RGB value is (180,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 10111111
Octal 264 225 277
Decimal 180 149 191
Hex B4 95 BF

RGB Percentages of Color #b495bf

%34.62
%28.65
%36.73

CMYK Percentages of Color #b495bf

%6
%22
%0
%25

Triadic Colors of #b495bf

#b495bf #bfb495 #95bfb4

Analogous Colors of #b495bf

#b495bf #bf95b5 #9f95bf

Monochromatic Colors of #b495bf

#b495bf

Complementary Color

#b495bf #a0bf95

#b495bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b495bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b495bf Color CSS Codes

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

#b495bf Text Font Color

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

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


#b495bf Background Color

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

This div background color is #b495bf


#b495bf Border Color

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

This div border color is #b495bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b495bf


Comments

No comments written yet.

Please login to write comment.