Color Hex Logo

#b9233a Color Hex

#B9233A
(185,35,58)
0 Favorites   0 Comments

Color spaces of #b9233a

RGB 1853558
HSL0.970.680.43
HSV351°81°73°
CMYK 0.000.810.69   0.27
XYZ21.372311.82185.1584
Yxy11.82180.55730.3082
Hunter Lab34.382850.785215.1728
CIE-Lab40.931558.652825.7894

#b9233a color RGB value is (185,35,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100011 00111010
Octal 271 43 72
Decimal 185 35 58
Hex B9 23 3A

RGB Percentages of Color #b9233a

%66.55
%12.59
%20.86

CMYK Percentages of Color #b9233a

%0
%81
%69
%27

Triadic Colors of #b9233a

#b9233a #3ab923 #233ab9

Analogous Colors of #b9233a

#b9233a #b95723 #b92385

Monochromatic Colors of #b9233a

#b9233a

Complementary Color

#b9233a #23b9a2

#b9233a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9233a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9233a Color CSS Codes

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

#b9233a Text Font Color

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

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


#b9233a Background Color

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

This div background color is #b9233a


#b9233a Border Color

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

This div border color is #b9233a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9233a


Comments

No comments written yet.

Please login to write comment.