Color Hex Logo

#b34458 Color Hex

#B34458
(179,68,88)
0 Favorites   0 Comments

Color spaces of #b34458

RGB 1796888
HSL0.970.450.48
HSV349°62°70°
CMYK 0.000.620.51   0.30
XYZ22.419014.422510.8347
Yxy14.42250.47020.3025
Hunter Lab37.977038.91459.6686
CIE-Lab44.832946.721212.2050

#b34458 color RGB value is (179,68,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01011000
Octal 263 104 130
Decimal 179 68 88
Hex B3 44 58

RGB Percentages of Color #b34458

%53.43
%20.30
%26.27

CMYK Percentages of Color #b34458

%0
%62
%51
%30

Triadic Colors of #b34458

#b34458 #58b344 #4458b3

Analogous Colors of #b34458

#b34458 #b36844 #b34490

Monochromatic Colors of #b34458

#b34458

Complementary Color

#b34458 #44b39f

#b34458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34458 Color CSS Codes

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

#b34458 Text Font Color

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

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


#b34458 Background Color

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

This div background color is #b34458


#b34458 Border Color

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

This div border color is #b34458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34458


Comments

No comments written yet.

Please login to write comment.