Color Hex Logo

#b34245 Color Hex

#B34245
(179,66,69)
0 Favorites   0 Comments

Color spaces of #b34245

RGB 1796669
HSL1.000.460.48
HSV358°63°70°
CMYK 0.000.630.61   0.30
XYZ21.612813.90987.1760
Yxy13.90980.50620.3258
Hunter Lab37.295838.172314.6993
CIE-Lab44.103346.117522.8401

#b34245 color RGB value is (179,66,69).

#b34245 hex color red value is 179, green value is 66 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b34245 hue: 1.00 , saturation: 0.46 and the lightness value of b34245 is 0.48.

The process color (four color CMYK) of #b34245 color hex is 0.00, 0.63, 0.61, 0.30. Web safe color of #b34245 is #cc3333. Color #b34245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 01000101
Octal 263 102 105
Decimal 179 66 69
Hex B3 42 45

RGB Percentages of Color #b34245

%57.01
%21.02
%21.97

CMYK Percentages of Color #b34245

%0
%63
%61
%30

Triadic Colors of #b34245

#b34245 #45b342 #4245b3

Analogous Colors of #b34245

#b34245 #b37842 #b3427e

Monochromatic Colors of #b34245

#b34245

Complementary Color

#b34245 #42b3b0

#b34245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34245 Color CSS Codes

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

#b34245 Text Font Color

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

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


#b34245 Background Color

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

This div background color is #b34245


#b34245 Border Color

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

This div border color is #b34245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34245


Comments

No comments written yet.

Please login to write comment.