Color Hex Logo

#b9204d Color Hex

#B9204D
(185,32,77)
0 Favorites   0 Comments

Color spaces of #b9204d

RGB 1853277
HSL0.950.710.43
HSV342°83°73°
CMYK 0.000.830.58   0.27
XYZ21.863711.88318.1625
Yxy11.88310.52170.2835
Hunter Lab34.471952.887410.0912
CIE-Lab41.029760.542013.9967

#b9204d color RGB value is (185,32,77).

#b9204d hex color red value is 185, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b9204d hue: 0.95 , saturation: 0.71 and the lightness value of b9204d is 0.43.

The process color (four color CMYK) of #b9204d color hex is 0.00, 0.83, 0.58, 0.27. Web safe color of #b9204d is #cc3366. Color #b9204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100000 01001101
Octal 271 40 115
Decimal 185 32 77
Hex B9 20 4D

RGB Percentages of Color #b9204d

%62.93
%10.88
%26.19

CMYK Percentages of Color #b9204d

%0
%83
%58
%27

Triadic Colors of #b9204d

#b9204d #4db920 #204db9

Analogous Colors of #b9204d

#b9204d #b94020 #b9209a

Monochromatic Colors of #b9204d

#b9204d

Complementary Color

#b9204d #20b98c

#b9204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9204d Color CSS Codes

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

#b9204d Text Font Color

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

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


#b9204d Background Color

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

This div background color is #b9204d


#b9204d Border Color

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

This div border color is #b9204d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9204d


Comments

No comments written yet.

Please login to write comment.