Color Hex Logo

#b34857 Color Hex

#B34857
(179,72,87)
0 Favorites   0 Comments

Color spaces of #b34857

RGB 1797287
HSL0.980.430.49
HSV352°60°70°
CMYK 0.000.600.51   0.30
XYZ22.628114.906610.7014
Yxy14.90660.46910.3090
Hunter Lab38.609137.049910.5927
CIE-Lab45.506044.777213.7473

#b34857 color RGB value is (179,72,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 01010111
Octal 263 110 127
Decimal 179 72 87
Hex B3 48 57

RGB Percentages of Color #b34857

%52.96
%21.30
%25.74

CMYK Percentages of Color #b34857

%0
%60
%51
%30

Triadic Colors of #b34857

#b34857 #57b348 #4857b3

Analogous Colors of #b34857

#b34857 #b36f48 #b3488d

Monochromatic Colors of #b34857

#b34857

Complementary Color

#b34857 #48b3a4

#b34857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34857 Color CSS Codes

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

#b34857 Text Font Color

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

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


#b34857 Background Color

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

This div background color is #b34857


#b34857 Border Color

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

This div border color is #b34857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34857


Comments

No comments written yet.

Please login to write comment.