Color Hex Logo

#b43422 Color Hex

#B43422
(180,52,34)
0 Favorites   0 Comments

Color spaces of #b43422

RGB 1805234
HSL0.020.680.42
HSV81°71°
CMYK 0.000.710.81   0.29
XYZ20.339112.27482.8107
Yxy12.27480.57420.3465
Hunter Lab35.035442.312619.7683
CIE-Lab41.649650.576940.2876

#b43422 color RGB value is (180,52,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 00100010
Octal 264 64 42
Decimal 180 52 34
Hex B4 34 22

RGB Percentages of Color #b43422

%67.67
%19.55
%12.78

CMYK Percentages of Color #b43422

%0
%71
%81
%29

Triadic Colors of #b43422

#b43422 #22b434 #3422b4

Analogous Colors of #b43422

#b43422 #b47d22 #b42259

Monochromatic Colors of #b43422

#b43422

Complementary Color

#b43422 #22a2b4

#b43422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43422 Color CSS Codes

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

#b43422 Text Font Color

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

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


#b43422 Background Color

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

This div background color is #b43422


#b43422 Border Color

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

This div border color is #b43422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43422


Comments

No comments written yet.

Please login to write comment.