Color Hex Logo

#b094bf Color Hex

#B094BF
(176,148,191)
0 Favorites   0 Comments

Color spaces of #b094bf

RGB 176148191
HSL0.780.250.66
HSV279°23°75°
CMYK 0.080.230.00   0.25
XYZ37.898434.171553.8885
Yxy34.17150.30090.2713
Hunter Lab58.456413.4263-13.7375
CIE-Lab65.098518.4515-18.3758

#b094bf color RGB value is (176,148,191).

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

The process color (four color CMYK) of #b094bf color hex is 0.08, 0.23, 0.00, 0.25. Web safe color of #b094bf is #9999cc. Color #b094bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010100 10111111
Octal 260 224 277
Decimal 176 148 191
Hex B0 94 BF

RGB Percentages of Color #b094bf

%34.17
%28.74
%37.09

CMYK Percentages of Color #b094bf

%8
%23
%0
%25

Triadic Colors of #b094bf

#b094bf #bfb094 #94bfb0

Analogous Colors of #b094bf

#b094bf #bf94b9 #9b94bf

Monochromatic Colors of #b094bf

#b094bf

Complementary Color

#b094bf #a3bf94

#b094bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b094bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b094bf Color CSS Codes

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

#b094bf Text Font Color

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

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


#b094bf Background Color

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

This div background color is #b094bf


#b094bf Border Color

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

This div border color is #b094bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b094bf


Comments

No comments written yet.

Please login to write comment.