Color Hex Logo

#b43179 Color Hex

#B43179
(180,49,121)
0 Favorites   0 Comments

Color spaces of #b43179

RGB 18049121
HSL0.910.570.45
HSV327°73°71°
CMYK 0.000.730.33   0.29
XYZ23.371913.280419.4207
Yxy13.28040.41680.2368
Hunter Lab36.442350.7052-6.0870
CIE-Lab43.182758.1502-10.5418

#b43179 color RGB value is (180,49,121).

#b43179 hex color red value is 180, green value is 49 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b43179 hue: 0.91 , saturation: 0.57 and the lightness value of b43179 is 0.45.

The process color (four color CMYK) of #b43179 color hex is 0.00, 0.73, 0.33, 0.29. Web safe color of #b43179 is #cc3366. Color #b43179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 01111001
Octal 264 61 171
Decimal 180 49 121
Hex B4 31 79

RGB Percentages of Color #b43179

%51.43
%14.00
%34.57

CMYK Percentages of Color #b43179

%0
%73
%33
%29

Triadic Colors of #b43179

#b43179 #79b431 #3179b4

Analogous Colors of #b43179

#b43179 #b43137 #ae31b4

Monochromatic Colors of #b43179

#b43179

Complementary Color

#b43179 #31b46c

#b43179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43179 Color CSS Codes

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

#b43179 Text Font Color

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

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


#b43179 Background Color

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

This div background color is #b43179


#b43179 Border Color

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

This div border color is #b43179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43179


Comments

No comments written yet.

Please login to write comment.