Color Hex Logo

#b2273a Color Hex

#B2273A
(178,39,58)
0 Favorites   0 Comments

Color spaces of #b2273a

RGB 1783958
HSL0.980.640.43
HSV352°78°70°
CMYK 0.000.780.67   0.30
XYZ19.849311.22155.1228
Yxy11.22150.54840.3100
Hunter Lab33.498547.146514.3820
CIE-Lab39.951155.477924.2659

#b2273a color RGB value is (178,39,58).

#b2273a hex color red value is 178, green value is 39 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b2273a hue: 0.98 , saturation: 0.64 and the lightness value of b2273a is 0.43.

The process color (four color CMYK) of #b2273a color hex is 0.00, 0.78, 0.67, 0.30. Web safe color of #b2273a is #993333. Color #b2273a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100111 00111010
Octal 262 47 72
Decimal 178 39 58
Hex B2 27 3A

RGB Percentages of Color #b2273a

%64.73
%14.18
%21.09

CMYK Percentages of Color #b2273a

%0
%78
%67
%30

Triadic Colors of #b2273a

#b2273a #3ab227 #273ab2

Analogous Colors of #b2273a

#b2273a #b25a27 #b22780

Monochromatic Colors of #b2273a

#b2273a

Complementary Color

#b2273a #27b29f

#b2273a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2273a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2273a Color CSS Codes

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

#b2273a Text Font Color

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

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


#b2273a Background Color

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

This div background color is #b2273a


#b2273a Border Color

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

This div border color is #b2273a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2273a


Comments

No comments written yet.

Please login to write comment.