Color Hex Logo

#b2294a Color Hex

#B2294A
(178,41,74)
0 Favorites   0 Comments

Color spaces of #b2294a

RGB 1784174
HSL0.960.630.43
HSV346°77°70°
CMYK 0.000.770.58   0.30
XYZ20.389111.54537.6324
Yxy11.54530.51530.2918
Hunter Lab33.978447.648710.4668
CIE-Lab40.484155.845314.9226

#b2294a color RGB value is (178,41,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101001 01001010
Octal 262 51 112
Decimal 178 41 74
Hex B2 29 4A

RGB Percentages of Color #b2294a

%60.75
%13.99
%25.26

CMYK Percentages of Color #b2294a

%0
%77
%58
%30

Triadic Colors of #b2294a

#b2294a #4ab229 #294ab2

Analogous Colors of #b2294a

#b2294a #b24c29 #b2298f

Monochromatic Colors of #b2294a

#b2294a

Complementary Color

#b2294a #29b291

#b2294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2294a Color CSS Codes

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

#b2294a Text Font Color

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

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


#b2294a Background Color

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

This div background color is #b2294a


#b2294a Border Color

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

This div border color is #b2294a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,41,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 #b2294a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2294a


Comments

No comments written yet.

Please login to write comment.