Color Hex Logo

#b93436 Color Hex

#B93436
(185,52,54)
0 Favorites   0 Comments

Color spaces of #b93436

RGB 1855254
HSL1.000.560.46
HSV359°72°73°
CMYK 0.000.720.71   0.27
XYZ21.901413.03664.8520
Yxy13.03660.55040.3276
Hunter Lab36.106245.089017.3069
CIE-Lab42.818353.008430.5048

#b93436 color RGB value is (185,52,54).

#b93436 hex color red value is 185, green value is 52 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b93436 hue: 1.00 , saturation: 0.56 and the lightness value of b93436 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 00110110
Octal 271 64 66
Decimal 185 52 54
Hex B9 34 36

RGB Percentages of Color #b93436

%63.57
%17.87
%18.56

CMYK Percentages of Color #b93436

%0
%72
%71
%27

Triadic Colors of #b93436

#b93436 #36b934 #3436b9

Analogous Colors of #b93436

#b93436 #b97534 #b93479

Monochromatic Colors of #b93436

#b93436

Complementary Color

#b93436 #34b9b7

#b93436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93436 Color CSS Codes

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

#b93436 Text Font Color

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

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


#b93436 Background Color

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

This div background color is #b93436


#b93436 Border Color

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

This div border color is #b93436


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93436


Comments

No comments written yet.

Please login to write comment.