Color Hex Logo

#bb817e Color Hex

#BB817E
(187,129,126)
0 Favorites   0 Comments

Color spaces of #bb817e

RGB 187129126
HSL0.010.310.61
HSV33°73°
CMYK 0.000.310.33   0.27
XYZ32.109727.771723.4068
Yxy27.77170.38550.3334
Hunter Lab52.698916.538010.5549
CIE-Lab59.681922.017310.6767

#bb817e color RGB value is (187,129,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 01111110
Octal 273 201 176
Decimal 187 129 126
Hex BB 81 7E

RGB Percentages of Color #bb817e

%42.31
%29.19
%28.51

CMYK Percentages of Color #bb817e

%0
%31
%33
%27

Triadic Colors of #bb817e

#bb817e #7ebb81 #817ebb

Analogous Colors of #bb817e

#bb817e #bba07e #bb7e9a

Monochromatic Colors of #bb817e

#bb817e

Complementary Color

#bb817e #7eb8bb

#bb817e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb817e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb817e Color CSS Codes

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

#bb817e Text Font Color

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

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


#bb817e Background Color

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

This div background color is #bb817e


#bb817e Border Color

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

This div border color is #bb817e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb817e


Comments

No comments written yet.

Please login to write comment.