Color Hex Logo

#b3414e Color Hex

#B3414E
(179,65,78)
0 Favorites   0 Comments

Color spaces of #b3414e

RGB 1796578
HSL0.980.470.48
HSV353°64°70°
CMYK 0.000.640.56   0.30
XYZ21.855813.91448.7415
Yxy13.91440.49100.3126
Hunter Lab37.302039.307312.2172
CIE-Lab44.109947.228417.3588

#b3414e color RGB value is (179,65,78).

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

The process color (four color CMYK) of #b3414e color hex is 0.00, 0.64, 0.56, 0.30. Web safe color of #b3414e is #cc3366. Color #b3414e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 01001110
Octal 263 101 116
Decimal 179 65 78
Hex B3 41 4E

RGB Percentages of Color #b3414e

%55.59
%20.19
%24.22

CMYK Percentages of Color #b3414e

%0
%64
%56
%30

Triadic Colors of #b3414e

#b3414e #4eb341 #414eb3

Analogous Colors of #b3414e

#b3414e #b36d41 #b34187

Monochromatic Colors of #b3414e

#b3414e

Complementary Color

#b3414e #41b3a6

#b3414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3414e Color CSS Codes

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

#b3414e Text Font Color

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

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


#b3414e Background Color

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

This div background color is #b3414e


#b3414e Border Color

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

This div border color is #b3414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3414e


Comments

No comments written yet.

Please login to write comment.