Color Hex Logo

#b59daf Color Hex

#B59DAF
(181,157,175)
0 Favorites   0 Comments

Color spaces of #b59daf

RGB 181157175
HSL0.880.140.66
HSV315°13°71°
CMYK 0.000.130.03   0.29
XYZ38.850937.032845.6578
Yxy37.03280.31970.3047
Hunter Lab60.85467.4628-1.8857
CIE-Lab67.301612.0127-6.0741

#b59daf color RGB value is (181,157,175).

#b59daf hex color red value is 181, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b59daf hue: 0.88 , saturation: 0.14 and the lightness value of b59daf is 0.66.

The process color (four color CMYK) of #b59daf color hex is 0.00, 0.13, 0.03, 0.29. Web safe color of #b59daf is #cc9999. Color #b59daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 10101111
Octal 265 235 257
Decimal 181 157 175
Hex B5 9D AF

RGB Percentages of Color #b59daf

%35.28
%30.60
%34.11

CMYK Percentages of Color #b59daf

%0
%13
%3
%29

Triadic Colors of #b59daf

#b59daf #afb59d #9dafb5

Analogous Colors of #b59daf

#b59daf #b59da3 #af9db5

Monochromatic Colors of #b59daf

#b59daf

Complementary Color

#b59daf #9db5a3

#b59daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59daf Color CSS Codes

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

#b59daf Text Font Color

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

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


#b59daf Background Color

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

This div background color is #b59daf


#b59daf Border Color

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

This div border color is #b59daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59daf


Comments

No comments written yet.

Please login to write comment.