Color Hex Logo

#b494bf Color Hex

#B494BF
(180,148,191)
0 Favorites   0 Comments

Color spaces of #b494bf

RGB 180148191
HSL0.790.250.66
HSV285°23°75°
CMYK 0.060.230.00   0.25
XYZ38.816334.644753.9315
Yxy34.64470.30470.2720
Hunter Lab58.859714.7110-13.1239
CIE-Lab65.471119.7927-17.7754

#b494bf color RGB value is (180,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 10111111
Octal 264 224 277
Decimal 180 148 191
Hex B4 94 BF

RGB Percentages of Color #b494bf

%34.68
%28.52
%36.80

CMYK Percentages of Color #b494bf

%6
%23
%0
%25

Triadic Colors of #b494bf

#b494bf #bfb494 #94bfb4

Analogous Colors of #b494bf

#b494bf #bf94b5 #9f94bf

Monochromatic Colors of #b494bf

#b494bf

Complementary Color

#b494bf #9fbf94

#b494bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b494bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b494bf Color CSS Codes

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

#b494bf Text Font Color

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

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


#b494bf Background Color

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

This div background color is #b494bf


#b494bf Border Color

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

This div border color is #b494bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b494bf


Comments

No comments written yet.

Please login to write comment.