Color Hex Logo

#b87fae Color Hex

#B87FAE
(184,127,174)
0 Favorites   0 Comments

Color spaces of #b87fae

RGB 184127174
HSL0.860.290.61
HSV311°31°72°
CMYK 0.000.310.05   0.28
XYZ34.996528.425143.6865
Yxy28.42510.32670.2654
Hunter Lab53.315223.8672-11.2616
CIE-Lab60.270929.6166-16.0100

#b87fae color RGB value is (184,127,174).

#b87fae hex color red value is 184, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b87fae hue: 0.86 , saturation: 0.29 and the lightness value of b87fae is 0.61.

The process color (four color CMYK) of #b87fae color hex is 0.00, 0.31, 0.05, 0.28. Web safe color of #b87fae is #cc6699. Color #b87fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111111 10101110
Octal 270 177 256
Decimal 184 127 174
Hex B8 7F AE

RGB Percentages of Color #b87fae

%37.94
%26.19
%35.88

CMYK Percentages of Color #b87fae

%0
%31
%5
%28

Triadic Colors of #b87fae

#b87fae #aeb87f #7faeb8

Analogous Colors of #b87fae

#b87fae #b87f92 #a67fb8

Monochromatic Colors of #b87fae

#b87fae

Complementary Color

#b87fae #7fb889

#b87fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87fae Color CSS Codes

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

#b87fae Text Font Color

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

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


#b87fae Background Color

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

This div background color is #b87fae


#b87fae Border Color

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

This div border color is #b87fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87fae


Comments

No comments written yet.

Please login to write comment.