Color Hex Logo

#b87aaa Color Hex

#B87AAA
(184,122,170)
0 Favorites   0 Comments

Color spaces of #b87aaa

RGB 184122170
HSL0.870.300.60
HSV314°34°72°
CMYK 0.000.340.08   0.28
XYZ33.982427.011741.4529
Yxy27.01170.33170.2637
Hunter Lab51.972825.7598-10.9081
CIE-Lab58.985231.6630-15.6686

#b87aaa color RGB value is (184,122,170).

#b87aaa hex color red value is 184, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b87aaa hue: 0.87 , saturation: 0.30 and the lightness value of b87aaa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111010 10101010
Octal 270 172 252
Decimal 184 122 170
Hex B8 7A AA

RGB Percentages of Color #b87aaa

%38.66
%25.63
%35.71

CMYK Percentages of Color #b87aaa

%0
%34
%8
%28

Triadic Colors of #b87aaa

#b87aaa #aab87a #7aaab8

Analogous Colors of #b87aaa

#b87aaa #b87a8b #a77ab8

Monochromatic Colors of #b87aaa

#b87aaa

Complementary Color

#b87aaa #7ab888

#b87aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87aaa Color CSS Codes

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

#b87aaa Text Font Color

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

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


#b87aaa Background Color

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

This div background color is #b87aaa


#b87aaa Border Color

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

This div border color is #b87aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87aaa


Comments

No comments written yet.

Please login to write comment.