Color Hex Logo

#b4204f Color Hex

#B4204F
(180,32,79)
0 Favorites   0 Comments

Color spaces of #b4204f

RGB 1803279
HSL0.950.700.42
HSV341°82°71°
CMYK 0.000.820.56   0.29
XYZ20.750211.30088.4848
Yxy11.30080.51190.2788
Hunter Lab33.616751.35168.5669
CIE-Lab40.082559.332911.2680

#b4204f color RGB value is (180,32,79).

#b4204f hex color red value is 180, green value is 32 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b4204f hue: 0.95 , saturation: 0.70 and the lightness value of b4204f is 0.42.

The process color (four color CMYK) of #b4204f color hex is 0.00, 0.82, 0.56, 0.29. Web safe color of #b4204f is #cc3366. Color #b4204f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 01001111
Octal 264 40 117
Decimal 180 32 79
Hex B4 20 4F

RGB Percentages of Color #b4204f

%61.86
%11.00
%27.15

CMYK Percentages of Color #b4204f

%0
%82
%56
%29

Triadic Colors of #b4204f

#b4204f #4fb420 #204fb4

Analogous Colors of #b4204f

#b4204f #b43b20 #b42099

Monochromatic Colors of #b4204f

#b4204f

Complementary Color

#b4204f #20b485

#b4204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4204f Color CSS Codes

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

#b4204f Text Font Color

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

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


#b4204f Background Color

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

This div background color is #b4204f


#b4204f Border Color

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

This div border color is #b4204f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,32,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4204f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4204f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4204f;
  box-shadow:         1px 1px 3px 2px #b4204f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,32,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4204f


Comments

No comments written yet.

Please login to write comment.