Color Hex Logo

#b21129 Color Hex

#B21129
(178,17,41)
0 Favorites   0 Comments

Color spaces of #b21129

RGB 1781741
HSL0.980.830.38
HSV351°90°70°
CMYK 0.000.900.77   0.30
XYZ18.960810.02603.0337
Yxy10.02600.59210.3131
Hunter Lab31.663951.476816.4842
CIE-Lab37.889159.872032.2803

#b21129 color RGB value is (178,17,41).

#b21129 hex color red value is 178, green value is 17 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b21129 hue: 0.98 , saturation: 0.83 and the lightness value of b21129 is 0.38.

The process color (four color CMYK) of #b21129 color hex is 0.00, 0.90, 0.77, 0.30. Web safe color of #b21129 is #990033. Color #b21129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010001 00101001
Octal 262 21 51
Decimal 178 17 41
Hex B2 11 29

RGB Percentages of Color #b21129

%75.42
%7.20
%17.37

CMYK Percentages of Color #b21129

%0
%90
%77
%30

Triadic Colors of #b21129

#b21129 #29b211 #1129b2

Analogous Colors of #b21129

#b21129 #b24911 #b2117a

Monochromatic Colors of #b21129

#b21129

Complementary Color

#b21129 #11b29a

#b21129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21129 Color CSS Codes

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

#b21129 Text Font Color

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

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


#b21129 Background Color

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

This div background color is #b21129


#b21129 Border Color

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

This div border color is #b21129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21129


Comments

No comments written yet.

Please login to write comment.