Color Hex Logo

#bb839a Color Hex

#BB839A
(187,131,154)
0 Favorites   0 Comments

Color spaces of #bb839a

RGB 187131154
HSL0.930.290.62
HSV335°30°73°
CMYK 0.000.300.18   0.27
XYZ34.442629.130534.3793
Yxy29.13050.35160.2974
Hunter Lab53.972719.45740.0146
CIE-Lab60.896625.0186-3.6087

#bb839a color RGB value is (187,131,154).

#bb839a hex color red value is 187, green value is 131 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bb839a hue: 0.93 , saturation: 0.29 and the lightness value of bb839a is 0.62.

The process color (four color CMYK) of #bb839a color hex is 0.00, 0.30, 0.18, 0.27. Web safe color of #bb839a is #cc9999. Color #bb839a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 10011010
Octal 273 203 232
Decimal 187 131 154
Hex BB 83 9A

RGB Percentages of Color #bb839a

%39.62
%27.75
%32.63

CMYK Percentages of Color #bb839a

%0
%30
%18
%27

Triadic Colors of #bb839a

#bb839a #9abb83 #839abb

Analogous Colors of #bb839a

#bb839a #bb8883 #bb83b6

Monochromatic Colors of #bb839a

#bb839a

Complementary Color

#bb839a #83bba4

#bb839a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb839a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb839a Color CSS Codes

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

#bb839a Text Font Color

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

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


#bb839a Background Color

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

This div background color is #bb839a


#bb839a Border Color

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

This div border color is #bb839a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,131,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb839a


Comments

No comments written yet.

Please login to write comment.