Color Hex Logo

#b859aa Color Hex

#B859AA
(184,89,170)
0 Favorites   0 Comments

Color spaces of #b859aa

RGB 18489170
HSL0.860.400.54
HSV309°52°72°
CMYK 0.000.520.08   0.28
XYZ30.595220.237440.3239
Yxy20.23740.33560.2220
Hunter Lab44.986042.6732-21.6553
CIE-Lab52.104649.1150-26.2036

#b859aa color RGB value is (184,89,170).

#b859aa hex color red value is 184, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b859aa hue: 0.86 , saturation: 0.40 and the lightness value of b859aa is 0.54.

The process color (four color CMYK) of #b859aa color hex is 0.00, 0.52, 0.08, 0.28. Web safe color of #b859aa is #cc6699. Color #b859aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011001 10101010
Octal 270 131 252
Decimal 184 89 170
Hex B8 59 AA

RGB Percentages of Color #b859aa

%41.53
%20.09
%38.37

CMYK Percentages of Color #b859aa

%0
%52
%8
%28

Triadic Colors of #b859aa

#b859aa #aab859 #59aab8

Analogous Colors of #b859aa

#b859aa #b8597b #9759b8

Monochromatic Colors of #b859aa

#b859aa

Complementary Color

#b859aa #59b867

#b859aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b859aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b859aa Color CSS Codes

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

#b859aa Text Font Color

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

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


#b859aa Background Color

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

This div background color is #b859aa


#b859aa Border Color

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

This div border color is #b859aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,89,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b859aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b859aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b859aa;
  box-shadow:         1px 1px 3px 2px #b859aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,89,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b859aa


Comments

No comments written yet.

Please login to write comment.