Color Hex Logo

#b4204e Color Hex

#B4204E
(180,32,78)
0 Favorites   0 Comments

Color spaces of #b4204e

RGB 1803278
HSL0.950.700.42
HSV341°82°71°
CMYK 0.000.820.57   0.29
XYZ20.714011.28648.2945
Yxy11.28640.51410.2801
Hunter Lab33.595251.26718.8783
CIE-Lab40.058759.260511.8704

#b4204e color RGB value is (180,32,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 01001110
Octal 264 40 116
Decimal 180 32 78
Hex B4 20 4E

RGB Percentages of Color #b4204e

%62.07
%11.03
%26.90

CMYK Percentages of Color #b4204e

%0
%82
%57
%29

Triadic Colors of #b4204e

#b4204e #4eb420 #204eb4

Analogous Colors of #b4204e

#b4204e #b43c20 #b42098

Monochromatic Colors of #b4204e

#b4204e

Complementary Color

#b4204e #20b486

#b4204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4204e Color CSS Codes

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

#b4204e Text Font Color

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

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


#b4204e Background Color

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

This div background color is #b4204e


#b4204e Border Color

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

This div border color is #b4204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4204e


Comments

No comments written yet.

Please login to write comment.