Color Hex Logo

#b94121 Color Hex

#B94121
(185,65,33)
0 Favorites   0 Comments

Color spaces of #b94121

RGB 1856533
HSL0.040.700.43
HSV13°82°73°
CMYK 0.000.650.82   0.27
XYZ22.172414.20473.0120
Yxy14.20470.56290.3606
Hunter Lab37.689139.055121.6441
CIE-Lab44.525146.911043.8666

#b94121 color RGB value is (185,65,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 00100001
Octal 271 101 41
Decimal 185 65 33
Hex B9 41 21

RGB Percentages of Color #b94121

%65.37
%22.97
%11.66

CMYK Percentages of Color #b94121

%0
%65
%82
%27

Triadic Colors of #b94121

#b94121 #21b941 #4121b9

Analogous Colors of #b94121

#b94121 #b98d21 #b9214d

Monochromatic Colors of #b94121

#b94121

Complementary Color

#b94121 #2199b9

#b94121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94121 Color CSS Codes

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

#b94121 Text Font Color

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

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


#b94121 Background Color

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

This div background color is #b94121


#b94121 Border Color

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

This div border color is #b94121


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,65,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 #b94121">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94121


Comments

No comments written yet.

Please login to write comment.