Color Hex Logo

#b93246 Color Hex

#B93246
(185,50,70)
0 Favorites   0 Comments

Color spaces of #b93246

RGB 1855070
HSL0.980.570.46
HSV351°73°73°
CMYK 0.000.730.62   0.27
XYZ22.253713.03777.1380
Yxy13.03770.52450.3073
Hunter Lab36.107846.823413.5546
CIE-Lab42.820054.636220.7704

#b93246 color RGB value is (185,50,70).

#b93246 hex color red value is 185, green value is 50 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b93246 hue: 0.98 , saturation: 0.57 and the lightness value of b93246 is 0.46.

The process color (four color CMYK) of #b93246 color hex is 0.00, 0.73, 0.62, 0.27. Web safe color of #b93246 is #cc3333. Color #b93246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 01000110
Octal 271 62 106
Decimal 185 50 70
Hex B9 32 46

RGB Percentages of Color #b93246

%60.66
%16.39
%22.95

CMYK Percentages of Color #b93246

%0
%73
%62
%27

Triadic Colors of #b93246

#b93246 #46b932 #3246b9

Analogous Colors of #b93246

#b93246 #b96132 #b9328a

Monochromatic Colors of #b93246

#b93246

Complementary Color

#b93246 #32b9a5

#b93246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93246 Color CSS Codes

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

#b93246 Text Font Color

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

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


#b93246 Background Color

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

This div background color is #b93246


#b93246 Border Color

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

This div border color is #b93246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93246


Comments

No comments written yet.

Please login to write comment.