Color Hex Logo

#b43421 Color Hex

#B43421
(180,52,33)
0 Favorites   0 Comments

Color spaces of #b43421

RGB 1805233
HSL0.020.690.42
HSV82°71°
CMYK 0.000.710.82   0.29
XYZ20.324912.26912.7358
Yxy12.26910.57530.3473
Hunter Lab35.027342.278519.8883
CIE-Lab41.640750.545840.8020

#b43421 color RGB value is (180,52,33).

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

The process color (four color CMYK) of #b43421 color hex is 0.00, 0.71, 0.82, 0.29. Web safe color of #b43421 is #cc3333. Color #b43421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 00100001
Octal 264 64 41
Decimal 180 52 33
Hex B4 34 21

RGB Percentages of Color #b43421

%67.92
%19.62
%12.45

CMYK Percentages of Color #b43421

%0
%71
%82
%29

Triadic Colors of #b43421

#b43421 #21b434 #3421b4

Analogous Colors of #b43421

#b43421 #b47e21 #b42158

Monochromatic Colors of #b43421

#b43421

Complementary Color

#b43421 #21a1b4

#b43421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43421 Color CSS Codes

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

#b43421 Text Font Color

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

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


#b43421 Background Color

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

This div background color is #b43421


#b43421 Border Color

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

This div border color is #b43421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43421


Comments

No comments written yet.

Please login to write comment.