Color Hex Logo

#b59ace Color Hex

#B59ACE
(181,154,206)
0 Favorites   0 Comments

Color spaces of #b59ace

RGB 181154206
HSL0.750.350.71
HSV271°25°81°
CMYK 0.120.250.00   0.19
XYZ41.752237.391263.4092
Yxy37.39120.29290.2623
Hunter Lab61.148314.8705-18.6783
CIE-Lab67.569519.8742-22.9317

#b59ace color RGB value is (181,154,206).

#b59ace hex color red value is 181, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b59ace hue: 0.75 , saturation: 0.35 and the lightness value of b59ace is 0.71.

The process color (four color CMYK) of #b59ace color hex is 0.12, 0.25, 0.00, 0.19. Web safe color of #b59ace is #cc99cc. Color #b59ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11001110
Octal 265 232 316
Decimal 181 154 206
Hex B5 9A CE

RGB Percentages of Color #b59ace

%33.46
%28.47
%38.08

CMYK Percentages of Color #b59ace

%12
%25
%0
%19

Triadic Colors of #b59ace

#b59ace #ceb59a #9aceb5

Analogous Colors of #b59ace

#b59ace #ce9acd #9b9ace

Monochromatic Colors of #b59ace

#b59ace

Complementary Color

#b59ace #b3ce9a

#b59ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59ace Color CSS Codes

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

#b59ace Text Font Color

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

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


#b59ace Background Color

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

This div background color is #b59ace


#b59ace Border Color

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

This div border color is #b59ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59ace


Comments

No comments written yet.

Please login to write comment.