Color Hex Logo

#b92541 Color Hex

#B92541
(185,37,65)
0 Favorites   0 Comments

Color spaces of #b92541

RGB 1853765
HSL0.970.670.44
HSV349°80°73°
CMYK 0.000.800.65   0.27
XYZ21.623312.01916.1813
Yxy12.01910.54300.3018
Hunter Lab34.668650.663113.6968
CIE-Lab41.246558.480821.8344

#b92541 color RGB value is (185,37,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100101 01000001
Octal 271 45 101
Decimal 185 37 65
Hex B9 25 41

RGB Percentages of Color #b92541

%64.46
%12.89
%22.65

CMYK Percentages of Color #b92541

%0
%80
%65
%27

Triadic Colors of #b92541

#b92541 #41b925 #2541b9

Analogous Colors of #b92541

#b92541 #b95325 #b9258b

Monochromatic Colors of #b92541

#b92541

Complementary Color

#b92541 #25b99d

#b92541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b92541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b92541 Color CSS Codes

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

#b92541 Text Font Color

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

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


#b92541 Background Color

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

This div background color is #b92541


#b92541 Border Color

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

This div border color is #b92541


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,37,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 #b92541">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b92541


Comments

No comments written yet.

Please login to write comment.