Color Hex Logo

#b92241 Color Hex

#B92241
(185,34,65)
0 Favorites   0 Comments

Color spaces of #b92241

RGB 1853465
HSL0.970.690.43
HSV348°82°73°
CMYK 0.000.820.65   0.27
XYZ21.533711.84006.1514
Yxy11.84000.54480.2996
Hunter Lab34.409351.490913.4872
CIE-Lab40.960759.290421.4658

#b92241 color RGB value is (185,34,65).

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

The process color (four color CMYK) of #b92241 color hex is 0.00, 0.82, 0.65, 0.27. Web safe color of #b92241 is #cc3333. Color #b92241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100010 01000001
Octal 271 42 101
Decimal 185 34 65
Hex B9 22 41

RGB Percentages of Color #b92241

%65.14
%11.97
%22.89

CMYK Percentages of Color #b92241

%0
%82
%65
%27

Triadic Colors of #b92241

#b92241 #41b922 #2241b9

Analogous Colors of #b92241

#b92241 #b94f22 #b9228d

Monochromatic Colors of #b92241

#b92241

Complementary Color

#b92241 #22b99a

#b92241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b92241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b92241 Color CSS Codes

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

#b92241 Text Font Color

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

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


#b92241 Background Color

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

This div background color is #b92241


#b92241 Border Color

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

This div border color is #b92241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b92241


Comments

No comments written yet.

Please login to write comment.