Color Hex Logo

#b34764 Color Hex

#B34764
(179,71,100)
0 Favorites   0 Comments

Color spaces of #b34764

RGB 17971100
HSL0.960.430.49
HSV344°60°70°
CMYK 0.000.600.44   0.30
XYZ23.143915.010313.7340
Yxy15.01030.44600.2893
Hunter Lab38.743138.82976.1026
CIE-Lab45.648346.50085.9883

#b34764 color RGB value is (179,71,100).

#b34764 hex color red value is 179, green value is 71 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b34764 hue: 0.96 , saturation: 0.43 and the lightness value of b34764 is 0.49.

The process color (four color CMYK) of #b34764 color hex is 0.00, 0.60, 0.44, 0.30. Web safe color of #b34764 is #cc3366. Color #b34764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 01100100
Octal 263 107 144
Decimal 179 71 100
Hex B3 47 64

RGB Percentages of Color #b34764

%51.14
%20.29
%28.57

CMYK Percentages of Color #b34764

%0
%60
%44
%30

Triadic Colors of #b34764

#b34764 #64b347 #4764b3

Analogous Colors of #b34764

#b34764 #b36047 #b3479a

Monochromatic Colors of #b34764

#b34764

Complementary Color

#b34764 #47b396

#b34764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34764 Color CSS Codes

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

#b34764 Text Font Color

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

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


#b34764 Background Color

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

This div background color is #b34764


#b34764 Border Color

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

This div border color is #b34764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34764


Comments

No comments written yet.

Please login to write comment.