Color Hex Logo

#b594bf Color Hex

#B594BF
(181,148,191)
0 Favorites   0 Comments

Color spaces of #b594bf

RGB 181148191
HSL0.790.250.66
HSV286°23°75°
CMYK 0.050.230.00   0.25
XYZ39.049934.765253.9424
Yxy34.76520.30570.2721
Hunter Lab58.962015.0351-12.9690
CIE-Lab65.565420.1287-17.6234

#b594bf color RGB value is (181,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 10111111
Octal 265 224 277
Decimal 181 148 191
Hex B5 94 BF

RGB Percentages of Color #b594bf

%34.81
%28.46
%36.73

CMYK Percentages of Color #b594bf

%5
%23
%0
%25

Triadic Colors of #b594bf

#b594bf #bfb594 #94bfb5

Analogous Colors of #b594bf

#b594bf #bf94b4 #a094bf

Monochromatic Colors of #b594bf

#b594bf

Complementary Color

#b594bf #9ebf94

#b594bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b594bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b594bf Color CSS Codes

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

#b594bf Text Font Color

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

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


#b594bf Background Color

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

This div background color is #b594bf


#b594bf Border Color

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

This div border color is #b594bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b594bf


Comments

No comments written yet.

Please login to write comment.