Color Hex Logo

#b2474a Color Hex

#B2474A
(178,71,74)
0 Favorites   0 Comments

Color spaces of #b2474a

RGB 1787174
HSL1.000.430.49
HSV358°60°70°
CMYK 0.000.600.58   0.30
XYZ21.849414.46598.1192
Yxy14.46590.49170.3256
Hunter Lab38.034135.983113.9671
CIE-Lab44.893843.819720.8083

#b2474a color RGB value is (178,71,74).

#b2474a hex color red value is 178, green value is 71 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b2474a hue: 1.00 , saturation: 0.43 and the lightness value of b2474a is 0.49.

The process color (four color CMYK) of #b2474a color hex is 0.00, 0.60, 0.58, 0.30. Web safe color of #b2474a is #993333. Color #b2474a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 01001010
Octal 262 107 112
Decimal 178 71 74
Hex B2 47 4A

RGB Percentages of Color #b2474a

%55.11
%21.98
%22.91

CMYK Percentages of Color #b2474a

%0
%60
%58
%30

Triadic Colors of #b2474a

#b2474a #4ab247 #474ab2

Analogous Colors of #b2474a

#b2474a #b27a47 #b24780

Monochromatic Colors of #b2474a

#b2474a

Complementary Color

#b2474a #47b2af

#b2474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2474a Color CSS Codes

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

#b2474a Text Font Color

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

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


#b2474a Background Color

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

This div background color is #b2474a


#b2474a Border Color

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

This div border color is #b2474a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2474a


Comments

No comments written yet.

Please login to write comment.