Color Hex Logo

#b34459 Color Hex

#B34459
(179,68,89)
0 Favorites   0 Comments

Color spaces of #b34459

RGB 1796889
HSL0.970.450.48
HSV349°62°70°
CMYK 0.000.620.50   0.30
XYZ22.460714.439211.0544
Yxy14.43920.46840.3011
Hunter Lab37.998939.01099.3510
CIE-Lab44.856346.811511.6232

#b34459 color RGB value is (179,68,89).

#b34459 hex color red value is 179, green value is 68 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b34459 hue: 0.97 , saturation: 0.45 and the lightness value of b34459 is 0.48.

The process color (four color CMYK) of #b34459 color hex is 0.00, 0.62, 0.50, 0.30. Web safe color of #b34459 is #cc3366. Color #b34459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01011001
Octal 263 104 131
Decimal 179 68 89
Hex B3 44 59

RGB Percentages of Color #b34459

%53.27
%20.24
%26.49

CMYK Percentages of Color #b34459

%0
%62
%50
%30

Triadic Colors of #b34459

#b34459 #59b344 #4459b3

Analogous Colors of #b34459

#b34459 #b36744 #b34491

Monochromatic Colors of #b34459

#b34459

Complementary Color

#b34459 #44b39e

#b34459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34459 Color CSS Codes

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

#b34459 Text Font Color

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

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


#b34459 Background Color

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

This div background color is #b34459


#b34459 Border Color

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

This div border color is #b34459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34459


Comments

No comments written yet.

Please login to write comment.