Color Hex Logo

#b8575e Color Hex

#B8575E
(184,87,94)
0 Favorites   0 Comments

Color spaces of #b8575e

RGB 1848794
HSL0.990.410.53
HSV356°53°72°
CMYK 0.000.530.49   0.28
XYZ25.195717.814912.7003
Yxy17.81490.45230.3198
Hunter Lab42.207732.691311.7050
CIE-Lab49.270839.853214.8164

#b8575e color RGB value is (184,87,94).

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

The process color (four color CMYK) of #b8575e color hex is 0.00, 0.53, 0.49, 0.28. Web safe color of #b8575e is #cc6666. Color #b8575e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 01011110
Octal 270 127 136
Decimal 184 87 94
Hex B8 57 5E

RGB Percentages of Color #b8575e

%50.41
%23.84
%25.75

CMYK Percentages of Color #b8575e

%0
%53
%49
%28

Triadic Colors of #b8575e

#b8575e #5eb857 #575eb8

Analogous Colors of #b8575e

#b8575e #b88157 #b8578f

Monochromatic Colors of #b8575e

#b8575e

Complementary Color

#b8575e #57b8b1

#b8575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8575e Color CSS Codes

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

#b8575e Text Font Color

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

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


#b8575e Background Color

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

This div background color is #b8575e


#b8575e Border Color

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

This div border color is #b8575e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b8575e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8575e


Comments

No comments written yet.

Please login to write comment.