Color Hex Logo

#b4346e Color Hex

#B4346E
(180,52,110)
0 Favorites   0 Comments

Color spaces of #b4346e

RGB 18052110
HSL0.920.550.45
HSV333°71°71°
CMYK 0.000.710.39   0.29
XYZ22.864913.285116.1110
Yxy13.28510.43750.2542
Hunter Lab36.448748.1908-0.6931
CIE-Lab43.189755.8384-3.7322

#b4346e color RGB value is (180,52,110).

#b4346e hex color red value is 180, green value is 52 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4346e hue: 0.92 , saturation: 0.55 and the lightness value of b4346e is 0.45.

The process color (four color CMYK) of #b4346e color hex is 0.00, 0.71, 0.39, 0.29. Web safe color of #b4346e is #cc3366. Color #b4346e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 01101110
Octal 264 64 156
Decimal 180 52 110
Hex B4 34 6E

RGB Percentages of Color #b4346e

%52.63
%15.20
%32.16

CMYK Percentages of Color #b4346e

%0
%71
%39
%29

Triadic Colors of #b4346e

#b4346e #6eb434 #346eb4

Analogous Colors of #b4346e

#b4346e #b43a34 #b434ae

Monochromatic Colors of #b4346e

#b4346e

Complementary Color

#b4346e #34b47a

#b4346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4346e Color CSS Codes

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

#b4346e Text Font Color

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

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


#b4346e Background Color

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

This div background color is #b4346e


#b4346e Border Color

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

This div border color is #b4346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4346e


Comments

No comments written yet.

Please login to write comment.