Color Hex Logo

#bb817b Color Hex

#BB817B
(187,129,123)
0 Favorites   0 Comments

Color spaces of #bb817b

RGB 187129123
HSL0.020.320.61
HSV34°73°
CMYK 0.000.310.34   0.27
XYZ31.918927.695422.4023
Yxy27.69540.38920.3377
Hunter Lab52.626416.167311.5996
CIE-Lab59.612521.625212.2961

#bb817b color RGB value is (187,129,123).

#bb817b hex color red value is 187, green value is 129 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bb817b hue: 0.02 , saturation: 0.32 and the lightness value of bb817b is 0.61.

The process color (four color CMYK) of #bb817b color hex is 0.00, 0.31, 0.34, 0.27. Web safe color of #bb817b is #cc9966. Color #bb817b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 01111011
Octal 273 201 173
Decimal 187 129 123
Hex BB 81 7B

RGB Percentages of Color #bb817b

%42.60
%29.38
%28.02

CMYK Percentages of Color #bb817b

%0
%31
%34
%27

Triadic Colors of #bb817b

#bb817b #7bbb81 #817bbb

Analogous Colors of #bb817b

#bb817b #bba17b #bb7b95

Monochromatic Colors of #bb817b

#bb817b

Complementary Color

#bb817b #7bb5bb

#bb817b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb817b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb817b Color CSS Codes

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

#bb817b Text Font Color

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

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


#bb817b Background Color

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

This div background color is #bb817b


#bb817b Border Color

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

This div border color is #bb817b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb817b


Comments

No comments written yet.

Please login to write comment.