Color Hex Logo

#b93544 Color Hex

#B93544
(185,53,68)
0 Favorites   0 Comments

Color spaces of #b93544

RGB 1855368
HSL0.980.550.47
HSV353°71°73°
CMYK 0.000.710.63   0.27
XYZ22.324113.27786.8551
Yxy13.27780.52580.3127
Hunter Lab36.438745.589914.3531
CIE-Lab43.178953.413922.4689

#b93544 color RGB value is (185,53,68).

#b93544 hex color red value is 185, green value is 53 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b93544 hue: 0.98 , saturation: 0.55 and the lightness value of b93544 is 0.47.

The process color (four color CMYK) of #b93544 color hex is 0.00, 0.71, 0.63, 0.27. Web safe color of #b93544 is #cc3333. Color #b93544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110101 01000100
Octal 271 65 104
Decimal 185 53 68
Hex B9 35 44

RGB Percentages of Color #b93544

%60.46
%17.32
%22.22

CMYK Percentages of Color #b93544

%0
%71
%63
%27

Triadic Colors of #b93544

#b93544 #44b935 #3544b9

Analogous Colors of #b93544

#b93544 #b96835 #b93586

Monochromatic Colors of #b93544

#b93544

Complementary Color

#b93544 #35b9aa

#b93544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93544 Color CSS Codes

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

#b93544 Text Font Color

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

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


#b93544 Background Color

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

This div background color is #b93544


#b93544 Border Color

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

This div border color is #b93544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93544


Comments

No comments written yet.

Please login to write comment.