Color Hex Logo

#b93421 Color Hex

#B93421
(185,52,33)
0 Favorites   0 Comments

Color spaces of #b93421

RGB 1855233
HSL0.020.700.43
HSV82°73°
CMYK 0.000.720.82   0.27
XYZ21.510112.88012.7912
Yxy12.88010.57850.3464
Hunter Lab35.888944.179020.5110
CIE-Lab42.582052.190542.0323

#b93421 color RGB value is (185,52,33).

#b93421 hex color red value is 185, green value is 52 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b93421 hue: 0.02 , saturation: 0.70 and the lightness value of b93421 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 00100001
Octal 271 64 41
Decimal 185 52 33
Hex B9 34 21

RGB Percentages of Color #b93421

%68.52
%19.26
%12.22

CMYK Percentages of Color #b93421

%0
%72
%82
%27

Triadic Colors of #b93421

#b93421 #21b934 #3421b9

Analogous Colors of #b93421

#b93421 #b98021 #b9215a

Monochromatic Colors of #b93421

#b93421

Complementary Color

#b93421 #21a6b9

#b93421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93421 Color CSS Codes

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

#b93421 Text Font Color

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

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


#b93421 Background Color

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

This div background color is #b93421


#b93421 Border Color

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

This div border color is #b93421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93421


Comments

No comments written yet.

Please login to write comment.