Color Hex Logo

#b93313 Color Hex

#B93313
(185,51,19)
0 Favorites   0 Comments

Color spaces of #b93313

RGB 1855119
HSL0.030.810.40
HSV12°90°73°
CMYK 0.000.720.90   0.27
XYZ21.309012.72901.9499
Yxy12.72900.59210.3537
Hunter Lab35.677744.175521.7340
CIE-Lab42.352052.229348.2814

#b93313 color RGB value is (185,51,19).

#b93313 hex color red value is 185, green value is 51 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b93313 hue: 0.03 , saturation: 0.81 and the lightness value of b93313 is 0.40.

The process color (four color CMYK) of #b93313 color hex is 0.00, 0.72, 0.90, 0.27. Web safe color of #b93313 is #cc3300. Color #b93313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 00010011
Octal 271 63 23
Decimal 185 51 19
Hex B9 33 13

RGB Percentages of Color #b93313

%72.55
%20.00
%7.45

CMYK Percentages of Color #b93313

%0
%72
%90
%27

Triadic Colors of #b93313

#b93313 #13b933 #3313b9

Analogous Colors of #b93313

#b93313 #b98613 #b91346

Monochromatic Colors of #b93313

#b93313

Complementary Color

#b93313 #1399b9

#b93313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93313 Color CSS Codes

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

#b93313 Text Font Color

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

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


#b93313 Background Color

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

This div background color is #b93313


#b93313 Border Color

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

This div border color is #b93313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93313


Comments

No comments written yet.

Please login to write comment.