Color Hex Logo

#b2404c Color Hex

#B2404C
(178,64,76)
0 Favorites   0 Comments

Color spaces of #b2404c

RGB 1786476
HSL0.980.470.47
HSV354°64°70°
CMYK 0.000.640.57   0.30
XYZ21.498013.65368.3398
Yxy13.65360.49430.3139
Hunter Lab36.950839.187612.4838
CIE-Lab43.732047.176618.0495

#b2404c color RGB value is (178,64,76).

#b2404c hex color red value is 178, green value is 64 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b2404c hue: 0.98 , saturation: 0.47 and the lightness value of b2404c is 0.47.

The process color (four color CMYK) of #b2404c color hex is 0.00, 0.64, 0.57, 0.30. Web safe color of #b2404c is #993333. Color #b2404c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 01001100
Octal 262 100 114
Decimal 178 64 76
Hex B2 40 4C

RGB Percentages of Color #b2404c

%55.97
%20.13
%23.90

CMYK Percentages of Color #b2404c

%0
%64
%57
%30

Triadic Colors of #b2404c

#b2404c #4cb240 #404cb2

Analogous Colors of #b2404c

#b2404c #b26d40 #b24085

Monochromatic Colors of #b2404c

#b2404c

Complementary Color

#b2404c #40b2a6

#b2404c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2404c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2404c Color CSS Codes

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

#b2404c Text Font Color

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

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


#b2404c Background Color

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

This div background color is #b2404c


#b2404c Border Color

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

This div border color is #b2404c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2404c


Comments

No comments written yet.

Please login to write comment.