Color Hex Logo

#b93126 Color Hex

#B93126
(185,49,38)
0 Favorites   0 Comments

Color spaces of #b93126

RGB 1854938
HSL0.010.660.44
HSV79°73°
CMYK 0.000.740.79   0.27
XYZ21.455712.65093.1447
Yxy12.65090.57600.3396
Hunter Lab35.568145.432119.6556
CIE-Lab42.232553.440239.0383

#b93126 color RGB value is (185,49,38).

#b93126 hex color red value is 185, green value is 49 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b93126 hue: 0.01 , saturation: 0.66 and the lightness value of b93126 is 0.44.

The process color (four color CMYK) of #b93126 color hex is 0.00, 0.74, 0.79, 0.27. Web safe color of #b93126 is #cc3333. Color #b93126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 00100110
Octal 271 61 46
Decimal 185 49 38
Hex B9 31 26

RGB Percentages of Color #b93126

%68.01
%18.01
%13.97

CMYK Percentages of Color #b93126

%0
%74
%79
%27

Triadic Colors of #b93126

#b93126 #26b931 #3126b9

Analogous Colors of #b93126

#b93126 #b97b26 #b92665

Monochromatic Colors of #b93126

#b93126

Complementary Color

#b93126 #26aeb9

#b93126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93126 Color CSS Codes

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

#b93126 Text Font Color

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

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


#b93126 Background Color

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

This div background color is #b93126


#b93126 Border Color

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

This div border color is #b93126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93126


Comments

No comments written yet.

Please login to write comment.