Color Hex Logo

#b34c74 Color Hex

#B34C74
(179,76,116)
0 Favorites   0 Comments

Color spaces of #b34c74

RGB 17976116
HSL0.940.400.50
HSV337°58°70°
CMYK 0.000.580.35   0.30
XYZ24.327216.013518.3317
Yxy16.01350.41460.2729
Hunter Lab40.016938.48480.8511
CIE-Lab46.992245.9411-1.8288

#b34c74 color RGB value is (179,76,116).

#b34c74 hex color red value is 179, green value is 76 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b34c74 hue: 0.94 , saturation: 0.40 and the lightness value of b34c74 is 0.50.

The process color (four color CMYK) of #b34c74 color hex is 0.00, 0.58, 0.35, 0.30. Web safe color of #b34c74 is #cc3366. Color #b34c74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 01110100
Octal 263 114 164
Decimal 179 76 116
Hex B3 4C 74

RGB Percentages of Color #b34c74

%48.25
%20.49
%31.27

CMYK Percentages of Color #b34c74

%0
%58
%35
%30

Triadic Colors of #b34c74

#b34c74 #74b34c #4c74b3

Analogous Colors of #b34c74

#b34c74 #b3574c #b34ca8

Monochromatic Colors of #b34c74

#b34c74

Complementary Color

#b34c74 #4cb38b

#b34c74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34c74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34c74 Color CSS Codes

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

#b34c74 Text Font Color

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

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


#b34c74 Background Color

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

This div background color is #b34c74


#b34c74 Border Color

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

This div border color is #b34c74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,76,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34c74


Comments

No comments written yet.

Please login to write comment.