Color Hex Logo

#b5799f Color Hex

#B5799F
(181,121,159)
0 Favorites   0 Comments

Color spaces of #b5799f

RGB 181121159
HSL0.890.290.59
HSV322°33°71°
CMYK 0.000.330.12   0.29
XYZ32.151426.001736.1252
Yxy26.00170.34100.2758
Hunter Lab50.991923.3121-6.3097
CIE-Lab58.038729.2510-10.8036

#b5799f color RGB value is (181,121,159).

#b5799f hex color red value is 181, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5799f hue: 0.89 , saturation: 0.29 and the lightness value of b5799f is 0.59.

The process color (four color CMYK) of #b5799f color hex is 0.00, 0.33, 0.12, 0.29. Web safe color of #b5799f is #cc6699. Color #b5799f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111001 10011111
Octal 265 171 237
Decimal 181 121 159
Hex B5 79 9F

RGB Percentages of Color #b5799f

%39.26
%26.25
%34.49

CMYK Percentages of Color #b5799f

%0
%33
%12
%29

Triadic Colors of #b5799f

#b5799f #9fb579 #799fb5

Analogous Colors of #b5799f

#b5799f #b57981 #ad79b5

Monochromatic Colors of #b5799f

#b5799f

Complementary Color

#b5799f #79b58f

#b5799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5799f Color CSS Codes

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

#b5799f Text Font Color

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

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


#b5799f Background Color

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

This div background color is #b5799f


#b5799f Border Color

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

This div border color is #b5799f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,121,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5799f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5799f


Comments

No comments written yet.

Please login to write comment.