Color Hex Logo

#bb81ae Color Hex

#BB81AE
(187,129,174)
0 Favorites   0 Comments

Color spaces of #bb81ae

RGB 187129174
HSL0.870.300.62
HSV313°31°73°
CMYK 0.000.310.07   0.27
XYZ35.983829.321343.8074
Yxy29.32130.32980.2687
Hunter Lab54.149123.8578-10.0620
CIE-Lab61.064229.5361-14.7782

#bb81ae color RGB value is (187,129,174).

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

The process color (four color CMYK) of #bb81ae color hex is 0.00, 0.31, 0.07, 0.27. Web safe color of #bb81ae is #cc9999. Color #bb81ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 10101110
Octal 273 201 256
Decimal 187 129 174
Hex BB 81 AE

RGB Percentages of Color #bb81ae

%38.16
%26.33
%35.51

CMYK Percentages of Color #bb81ae

%0
%31
%7
%27

Triadic Colors of #bb81ae

#bb81ae #aebb81 #81aebb

Analogous Colors of #bb81ae

#bb81ae #bb8191 #ab81bb

Monochromatic Colors of #bb81ae

#bb81ae

Complementary Color

#bb81ae #81bb8e

#bb81ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb81ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb81ae Color CSS Codes

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

#bb81ae Text Font Color

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

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


#bb81ae Background Color

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

This div background color is #bb81ae


#bb81ae Border Color

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

This div border color is #bb81ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb81ae


Comments

No comments written yet.

Please login to write comment.