Color Hex Logo

#b9234c Color Hex

#B9234C
(185,35,76)
0 Favorites   0 Comments

Color spaces of #b9234c

RGB 1853576
HSL0.950.680.43
HSV344°81°73°
CMYK 0.000.810.59   0.27
XYZ21.913112.03828.0061
Yxy12.03820.52230.2869
Hunter Lab34.696152.017510.6062
CIE-Lab41.276859.707714.9647

#b9234c color RGB value is (185,35,76).

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

The process color (four color CMYK) of #b9234c color hex is 0.00, 0.81, 0.59, 0.27. Web safe color of #b9234c is #cc3333. Color #b9234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100011 01001100
Octal 271 43 114
Decimal 185 35 76
Hex B9 23 4C

RGB Percentages of Color #b9234c

%62.50
%11.82
%25.68

CMYK Percentages of Color #b9234c

%0
%81
%59
%27

Triadic Colors of #b9234c

#b9234c #4cb923 #234cb9

Analogous Colors of #b9234c

#b9234c #b94523 #b92397

Monochromatic Colors of #b9234c

#b9234c

Complementary Color

#b9234c #23b990

#b9234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9234c Color CSS Codes

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

#b9234c Text Font Color

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

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


#b9234c Background Color

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

This div background color is #b9234c


#b9234c Border Color

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

This div border color is #b9234c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9234c


Comments

No comments written yet.

Please login to write comment.