Color Hex Logo

#bb7fae Color Hex

#BB7FAE
(187,127,174)
0 Favorites   0 Comments

Color spaces of #bb7fae

RGB 187127174
HSL0.870.310.62
HSV313°32°73°
CMYK 0.000.320.07   0.27
XYZ35.722928.799543.7205
Yxy28.79950.33000.2661
Hunter Lab53.665224.9068-10.7374
CIE-Lab60.604330.6421-15.4734

#bb7fae color RGB value is (187,127,174).

#bb7fae hex color red value is 187, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb7fae hue: 0.87 , saturation: 0.31 and the lightness value of bb7fae is 0.62.

The process color (four color CMYK) of #bb7fae color hex is 0.00, 0.32, 0.07, 0.27. Web safe color of #bb7fae is #cc6699. Color #bb7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111111 10101110
Octal 273 177 256
Decimal 187 127 174
Hex BB 7F AE

RGB Percentages of Color #bb7fae

%38.32
%26.02
%35.66

CMYK Percentages of Color #bb7fae

%0
%32
%7
%27

Triadic Colors of #bb7fae

#bb7fae #aebb7f #7faebb

Analogous Colors of #bb7fae

#bb7fae #bb7f90 #aa7fbb

Monochromatic Colors of #bb7fae

#bb7fae

Complementary Color

#bb7fae #7fbb8c

#bb7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7fae Color CSS Codes

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

#bb7fae Text Font Color

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

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


#bb7fae Background Color

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

This div background color is #bb7fae


#bb7fae Border Color

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

This div border color is #bb7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7fae


Comments

No comments written yet.

Please login to write comment.