Color Hex Logo

#b93119 Color Hex

#B93119
(185,49,25)
0 Favorites   0 Comments

Color spaces of #b93119

RGB 1854925
HSL0.030.760.41
HSV86°73°
CMYK 0.000.740.86   0.27
XYZ21.281412.58112.2264
Yxy12.58110.58970.3486
Hunter Lab35.469845.025221.1073
CIE-Lab42.125253.076045.5254

#b93119 color RGB value is (185,49,25).

#b93119 hex color red value is 185, green value is 49 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b93119 hue: 0.03 , saturation: 0.76 and the lightness value of b93119 is 0.41.

The process color (four color CMYK) of #b93119 color hex is 0.00, 0.74, 0.86, 0.27. Web safe color of #b93119 is #cc3300. Color #b93119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 00011001
Octal 271 61 31
Decimal 185 49 25
Hex B9 31 19

RGB Percentages of Color #b93119

%71.43
%18.92
%9.65

CMYK Percentages of Color #b93119

%0
%74
%86
%27

Triadic Colors of #b93119

#b93119 #19b931 #3119b9

Analogous Colors of #b93119

#b93119 #b98119 #b91951

Monochromatic Colors of #b93119

#b93119

Complementary Color

#b93119 #19a1b9

#b93119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93119 Color CSS Codes

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

#b93119 Text Font Color

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

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


#b93119 Background Color

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

This div background color is #b93119


#b93119 Border Color

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

This div border color is #b93119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93119


Comments

No comments written yet.

Please login to write comment.