Color Hex Logo

#bb575e Color Hex

#BB575E
(187,87,94)
0 Favorites   0 Comments

Color spaces of #bb575e

RGB 1878794
HSL0.990.420.54
HSV356°53°73°
CMYK 0.000.530.50   0.27
XYZ25.922118.189312.7343
Yxy18.18930.45600.3200
Hunter Lab42.648933.857112.1512
CIE-Lab49.724940.953415.5122

#bb575e color RGB value is (187,87,94).

#bb575e hex color red value is 187, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bb575e hue: 0.99 , saturation: 0.42 and the lightness value of bb575e is 0.54.

The process color (four color CMYK) of #bb575e color hex is 0.00, 0.53, 0.50, 0.27. Web safe color of #bb575e is #cc6666. Color #bb575e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 01011110
Octal 273 127 136
Decimal 187 87 94
Hex BB 57 5E

RGB Percentages of Color #bb575e

%50.82
%23.64
%25.54

CMYK Percentages of Color #bb575e

%0
%53
%50
%27

Triadic Colors of #bb575e

#bb575e #5ebb57 #575ebb

Analogous Colors of #bb575e

#bb575e #bb8257 #bb5790

Monochromatic Colors of #bb575e

#bb575e

Complementary Color

#bb575e #57bbb4

#bb575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb575e Color CSS Codes

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

#bb575e Text Font Color

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

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


#bb575e Background Color

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

This div background color is #bb575e


#bb575e Border Color

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

This div border color is #bb575e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb575e


Comments

No comments written yet.

Please login to write comment.