Color Hex Logo

#b34179 Color Hex

#B34179
(179,65,121)
0 Favorites   0 Comments

Color spaces of #b34179

RGB 17965121
HSL0.920.470.48
HSV331°64°70°
CMYK 0.000.640.32   0.30
XYZ23.931914.744819.6738
Yxy14.74480.41010.2527
Hunter Lab38.399044.0508-3.4981
CIE-Lab45.282751.5809-7.4082

#b34179 color RGB value is (179,65,121).

#b34179 hex color red value is 179, green value is 65 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b34179 hue: 0.92 , saturation: 0.47 and the lightness value of b34179 is 0.48.

The process color (four color CMYK) of #b34179 color hex is 0.00, 0.64, 0.32, 0.30. Web safe color of #b34179 is #cc3366. Color #b34179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 01111001
Octal 263 101 171
Decimal 179 65 121
Hex B3 41 79

RGB Percentages of Color #b34179

%49.04
%17.81
%33.15

CMYK Percentages of Color #b34179

%0
%64
%32
%30

Triadic Colors of #b34179

#b34179 #79b341 #4179b3

Analogous Colors of #b34179

#b34179 #b34241 #b341b2

Monochromatic Colors of #b34179

#b34179

Complementary Color

#b34179 #41b37b

#b34179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34179 Color CSS Codes

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

#b34179 Text Font Color

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

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


#b34179 Background Color

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

This div background color is #b34179


#b34179 Border Color

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

This div border color is #b34179


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,65,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 #b34179">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34179


Comments

No comments written yet.

Please login to write comment.