Color Hex Logo

#b93349 Color Hex

#B93349
(185,51,73)
0 Favorites   0 Comments

Color spaces of #b93349

RGB 1855173
HSL0.970.570.46
HSV350°72°73°
CMYK 0.000.720.61   0.27
XYZ22.394013.16307.6637
Yxy13.16300.51810.3046
Hunter Lab36.280846.685912.8726
CIE-Lab43.007854.472819.1612

#b93349 color RGB value is (185,51,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 01001001
Octal 271 63 111
Decimal 185 51 73
Hex B9 33 49

RGB Percentages of Color #b93349

%59.87
%16.50
%23.62

CMYK Percentages of Color #b93349

%0
%72
%61
%27

Triadic Colors of #b93349

#b93349 #49b933 #3349b9

Analogous Colors of #b93349

#b93349 #b96033 #b9338c

Monochromatic Colors of #b93349

#b93349

Complementary Color

#b93349 #33b9a3

#b93349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93349 Color CSS Codes

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

#b93349 Text Font Color

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

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


#b93349 Background Color

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

This div background color is #b93349


#b93349 Border Color

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

This div border color is #b93349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93349


Comments

No comments written yet.

Please login to write comment.