Color Hex Logo

#b87aab Color Hex

#B87AAB
(184,122,171)
0 Favorites   0 Comments

Color spaces of #b87aab

RGB 184122171
HSL0.870.300.60
HSV313°34°72°
CMYK 0.000.340.07   0.28
XYZ34.077427.049741.9531
Yxy27.04970.33060.2624
Hunter Lab52.009325.9399-11.4195
CIE-Lab59.020331.8419-16.1887

#b87aab color RGB value is (184,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111010 10101011
Octal 270 172 253
Decimal 184 122 171
Hex B8 7A AB

RGB Percentages of Color #b87aab

%38.57
%25.58
%35.85

CMYK Percentages of Color #b87aab

%0
%34
%7
%28

Triadic Colors of #b87aab

#b87aab #abb87a #7aabb8

Analogous Colors of #b87aab

#b87aab #b87a8c #a67ab8

Monochromatic Colors of #b87aab

#b87aab

Complementary Color

#b87aab #7ab887

#b87aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87aab Color CSS Codes

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

#b87aab Text Font Color

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

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


#b87aab Background Color

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

This div background color is #b87aab


#b87aab Border Color

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

This div border color is #b87aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87aab


Comments

No comments written yet.

Please login to write comment.