Color Hex Logo

#b22814 Color Hex

#B22814
(178,40,20)
0 Favorites   0 Comments

Color spaces of #b22814

RGB 1784020
HSL0.020.800.39
HSV89°70°
CMYK 0.000.780.89   0.30
XYZ19.245211.03311.7771
Yxy11.03310.60040.3442
Hunter Lab33.216145.293620.0792
CIE-Lab39.636253.794845.1926

#b22814 color RGB value is (178,40,20).

#b22814 hex color red value is 178, green value is 40 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b22814 hue: 0.02 , saturation: 0.80 and the lightness value of b22814 is 0.39.

The process color (four color CMYK) of #b22814 color hex is 0.00, 0.78, 0.89, 0.30. Web safe color of #b22814 is #993300. Color #b22814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 00010100
Octal 262 50 24
Decimal 178 40 20
Hex B2 28 14

RGB Percentages of Color #b22814

%74.79
%16.81
%8.40

CMYK Percentages of Color #b22814

%0
%78
%89
%30

Triadic Colors of #b22814

#b22814 #14b228 #2814b2

Analogous Colors of #b22814

#b22814 #b27714 #b2144f

Monochromatic Colors of #b22814

#b22814

Complementary Color

#b22814 #149eb2

#b22814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22814 Color CSS Codes

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

#b22814 Text Font Color

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

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


#b22814 Background Color

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

This div background color is #b22814


#b22814 Border Color

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

This div border color is #b22814


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,40,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b22814; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b22814;
  -webkit-box-shadow: 1px 1px 3px 2px #b22814;
  box-shadow:         1px 1px 3px 2px #b22814; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,40,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22814


Comments

No comments written yet.

Please login to write comment.