Color Hex Logo

#b9577d Color Hex

#B9577D
(185,87,125)
0 Favorites   0 Comments

Color spaces of #b9577d

RGB 18587125
HSL0.940.410.53
HSV337°53°73°
CMYK 0.000.530.32   0.27
XYZ27.117418.611321.5651
Yxy18.61130.40300.2766
Hunter Lab43.140836.70490.5609
CIE-Lab50.229343.6885-2.3924

#b9577d color RGB value is (185,87,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 01111101
Octal 271 127 175
Decimal 185 87 125
Hex B9 57 7D

RGB Percentages of Color #b9577d

%46.60
%21.91
%31.49

CMYK Percentages of Color #b9577d

%0
%53
%32
%27

Triadic Colors of #b9577d

#b9577d #7db957 #577db9

Analogous Colors of #b9577d

#b9577d #b96257 #b957ae

Monochromatic Colors of #b9577d

#b9577d

Complementary Color

#b9577d #57b993

#b9577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9577d Color CSS Codes

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

#b9577d Text Font Color

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

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


#b9577d Background Color

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

This div background color is #b9577d


#b9577d Border Color

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

This div border color is #b9577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9577d


Comments

No comments written yet.

Please login to write comment.