Color Hex Logo

#b34250 Color Hex

#B34250
(179,66,80)
0 Favorites   0 Comments

Color spaces of #b34250

RGB 1796680
HSL0.980.460.48
HSV353°63°70°
CMYK 0.000.630.55   0.30
XYZ21.986614.05939.1443
Yxy14.05930.48650.3111
Hunter Lab37.495739.050611.7876
CIE-Lab44.317946.942016.4119

#b34250 color RGB value is (179,66,80).

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

The process color (four color CMYK) of #b34250 color hex is 0.00, 0.63, 0.55, 0.30. Web safe color of #b34250 is #cc3366. Color #b34250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 01010000
Octal 263 102 120
Decimal 179 66 80
Hex B3 42 50

RGB Percentages of Color #b34250

%55.08
%20.31
%24.62

CMYK Percentages of Color #b34250

%0
%63
%55
%30

Triadic Colors of #b34250

#b34250 #50b342 #4250b3

Analogous Colors of #b34250

#b34250 #b36d42 #b34289

Monochromatic Colors of #b34250

#b34250

Complementary Color

#b34250 #42b3a5

#b34250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34250 Color CSS Codes

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

#b34250 Text Font Color

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

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


#b34250 Background Color

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

This div background color is #b34250


#b34250 Border Color

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

This div border color is #b34250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34250


Comments

No comments written yet.

Please login to write comment.