Color Hex Logo

#b20141 Color Hex

#B20141
(178,1,65)
0 Favorites   0 Comments

Color spaces of #b20141

RGB 178165
HSL0.940.990.35
HSV338°99°70°
CMYK 0.000.990.63   0.30
XYZ19.32519.86835.8873
Yxy9.86830.55090.2813
Hunter Lab31.413954.835010.8781
CIE-Lab37.605062.955516.7945

#b20141 color RGB value is (178,1,65).

#b20141 hex color red value is 178, green value is 1 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b20141 hue: 0.94 , saturation: 0.99 and the lightness value of b20141 is 0.35.

The process color (four color CMYK) of #b20141 color hex is 0.00, 0.99, 0.63, 0.30. Web safe color of #b20141 is #990033. Color #b20141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 01000001
Octal 262 1 101
Decimal 178 1 65
Hex B2 1 41

RGB Percentages of Color #b20141

%72.95
%0.41
%26.64

CMYK Percentages of Color #b20141

%0
%99
%63
%30

Triadic Colors of #b20141

#b20141 #41b201 #0141b2

Analogous Colors of #b20141

#b20141 #b21a01 #b2019a

Monochromatic Colors of #b20141

#b20141

Complementary Color

#b20141 #01b272

#b20141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20141 Color CSS Codes

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

#b20141 Text Font Color

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

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


#b20141 Background Color

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

This div background color is #b20141


#b20141 Border Color

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

This div border color is #b20141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20141


Comments

No comments written yet.

Please login to write comment.