Color Hex Logo

#b21925 Color Hex

#B21925
(178,25,37)
0 Favorites   0 Comments

Color spaces of #b21925

RGB 1782537
HSL0.990.750.40
HSV355°86°70°
CMYK 0.000.860.79   0.30
XYZ19.041710.29382.7336
Yxy10.29380.59380.3210
Hunter Lab32.084049.792117.4072
CIE-Lab38.364658.236935.1694

#b21925 color RGB value is (178,25,37).

#b21925 hex color red value is 178, green value is 25 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b21925 hue: 0.99 , saturation: 0.75 and the lightness value of b21925 is 0.40.

The process color (four color CMYK) of #b21925 color hex is 0.00, 0.86, 0.79, 0.30. Web safe color of #b21925 is #990033. Color #b21925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 00100101
Octal 262 31 45
Decimal 178 25 37
Hex B2 19 25

RGB Percentages of Color #b21925

%74.17
%10.42
%15.42

CMYK Percentages of Color #b21925

%0
%86
%79
%30

Triadic Colors of #b21925

#b21925 #25b219 #1925b2

Analogous Colors of #b21925

#b21925 #b25a19 #b21972

Monochromatic Colors of #b21925

#b21925

Complementary Color

#b21925 #19b2a6

#b21925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21925 Color CSS Codes

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

#b21925 Text Font Color

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

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


#b21925 Background Color

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

This div background color is #b21925


#b21925 Border Color

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

This div border color is #b21925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21925


Comments

No comments written yet.

Please login to write comment.