Color Hex Logo

#b957aa Color Hex

#B957AA
(185,87,170)
0 Favorites   0 Comments

Color spaces of #b957aa

RGB 18587170
HSL0.860.410.53
HSV309°53°73°
CMYK 0.000.530.08   0.27
XYZ30.671520.033040.2804
Yxy20.03300.33710.2202
Hunter Lab44.758243.9939-22.0276
CIE-Lab51.874550.3912-26.5486

#b957aa color RGB value is (185,87,170).

#b957aa hex color red value is 185, green value is 87 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b957aa hue: 0.86 , saturation: 0.41 and the lightness value of b957aa is 0.53.

The process color (four color CMYK) of #b957aa color hex is 0.00, 0.53, 0.08, 0.27. Web safe color of #b957aa is #cc6699. Color #b957aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 10101010
Octal 271 127 252
Decimal 185 87 170
Hex B9 57 AA

RGB Percentages of Color #b957aa

%41.86
%19.68
%38.46

CMYK Percentages of Color #b957aa

%0
%53
%8
%27

Triadic Colors of #b957aa

#b957aa #aab957 #57aab9

Analogous Colors of #b957aa

#b957aa #b95779 #9757b9

Monochromatic Colors of #b957aa

#b957aa

Complementary Color

#b957aa #57b966

#b957aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957aa Color CSS Codes

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

#b957aa Text Font Color

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

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


#b957aa Background Color

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

This div background color is #b957aa


#b957aa Border Color

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

This div border color is #b957aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,87,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 #b957aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957aa


Comments

No comments written yet.

Please login to write comment.