Color Hex Logo

#b59dae Color Hex

#B59DAE
(181,157,174)
0 Favorites   0 Comments

Color spaces of #b59dae

RGB 181157174
HSL0.880.140.66
HSV318°13°71°
CMYK 0.000.130.04   0.29
XYZ38.753036.993745.1424
Yxy36.99370.32060.3060
Hunter Lab60.82247.2919-1.4293
CIE-Lab67.272311.8272-5.5593

#b59dae color RGB value is (181,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 10101110
Octal 265 235 256
Decimal 181 157 174
Hex B5 9D AE

RGB Percentages of Color #b59dae

%35.35
%30.66
%33.98

CMYK Percentages of Color #b59dae

%0
%13
%4
%29

Triadic Colors of #b59dae

#b59dae #aeb59d #9daeb5

Analogous Colors of #b59dae

#b59dae #b59da2 #b09db5

Monochromatic Colors of #b59dae

#b59dae

Complementary Color

#b59dae #9db5a4

#b59dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dae Color CSS Codes

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

#b59dae Text Font Color

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

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


#b59dae Background Color

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

This div background color is #b59dae


#b59dae Border Color

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

This div border color is #b59dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dae


Comments

No comments written yet.

Please login to write comment.