Color Hex Logo

#bb574e Color Hex

#BB574E
(187,87,78)
0 Favorites   0 Comments

Color spaces of #bb574e

RGB 1878778
HSL0.010.440.52
HSV58°73°
CMYK 0.000.530.58   0.27
XYZ25.276917.93129.3366
Yxy17.93120.48110.3413
Hunter Lab42.345232.446816.5690
CIE-Lab49.412639.587024.5862

#bb574e color RGB value is (187,87,78).

#bb574e hex color red value is 187, green value is 87 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb574e hue: 0.01 , saturation: 0.44 and the lightness value of bb574e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 01001110
Octal 273 127 116
Decimal 187 87 78
Hex BB 57 4E

RGB Percentages of Color #bb574e

%53.13
%24.72
%22.16

CMYK Percentages of Color #bb574e

%0
%53
%58
%27

Triadic Colors of #bb574e

#bb574e #4ebb57 #574ebb

Analogous Colors of #bb574e

#bb574e #bb8e4e #bb4e7c

Monochromatic Colors of #bb574e

#bb574e

Complementary Color

#bb574e #4eb2bb

#bb574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb574e Color CSS Codes

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

#bb574e Text Font Color

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

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


#bb574e Background Color

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

This div background color is #bb574e


#bb574e Border Color

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

This div border color is #bb574e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb574e


Comments

No comments written yet.

Please login to write comment.