Color Hex Logo

#b21950 Color Hex

#B21950
(178,25,80)
0 Favorites   0 Comments

Color spaces of #b21950

RGB 1782580
HSL0.940.750.40
HSV338°86°70°
CMYK 0.000.860.55   0.30
XYZ20.155710.73948.6000
Yxy10.73940.51030.2719
Hunter Lab32.771052.43657.3804
CIE-Lab39.138060.50099.2546

#b21950 color RGB value is (178,25,80).

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

The process color (four color CMYK) of #b21950 color hex is 0.00, 0.86, 0.55, 0.30. Web safe color of #b21950 is #990066. Color #b21950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 01010000
Octal 262 31 120
Decimal 178 25 80
Hex B2 19 50

RGB Percentages of Color #b21950

%62.90
%8.83
%28.27

CMYK Percentages of Color #b21950

%0
%86
%55
%30

Triadic Colors of #b21950

#b21950 #50b219 #1950b2

Analogous Colors of #b21950

#b21950 #b22f19 #b2199d

Monochromatic Colors of #b21950

#b21950

Complementary Color

#b21950 #19b27b

#b21950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21950 Color CSS Codes

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

#b21950 Text Font Color

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

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


#b21950 Background Color

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

This div background color is #b21950


#b21950 Border Color

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

This div border color is #b21950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21950


Comments

No comments written yet.

Please login to write comment.