Color Hex Logo

#b4349c Color Hex

#B4349C
(180,52,156)
0 Favorites   0 Comments

Color spaces of #b4349c

RGB 18052156
HSL0.860.550.45
HSV311°71°71°
CMYK 0.000.710.13   0.29
XYZ26.051114.559632.8897
Yxy14.55960.35440.1981
Hunter Lab38.157055.0931-24.3955
CIE-Lab45.025061.7486-28.9775

#b4349c color RGB value is (180,52,156).

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

The process color (four color CMYK) of #b4349c color hex is 0.00, 0.71, 0.13, 0.29. Web safe color of #b4349c is #cc3399. Color #b4349c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 10011100
Octal 264 64 234
Decimal 180 52 156
Hex B4 34 9C

RGB Percentages of Color #b4349c

%46.39
%13.40
%40.21

CMYK Percentages of Color #b4349c

%0
%71
%13
%29

Triadic Colors of #b4349c

#b4349c #9cb434 #349cb4

Analogous Colors of #b4349c

#b4349c #b4345c #8c34b4

Monochromatic Colors of #b4349c

#b4349c

Complementary Color

#b4349c #34b44c

#b4349c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4349c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4349c Color CSS Codes

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

#b4349c Text Font Color

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

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


#b4349c Background Color

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

This div background color is #b4349c


#b4349c Border Color

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

This div border color is #b4349c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4349c


Comments

No comments written yet.

Please login to write comment.