Color Hex Logo

#b3514e Color Hex

#B3514E
(179,81,78)
0 Favorites   0 Comments

Color spaces of #b3514e

RGB 1798178
HSL0.000.400.50
HSV56°70°
CMYK 0.000.550.56   0.30
XYZ22.908016.01869.0922
Yxy16.01860.47710.3336
Hunter Lab40.023232.126914.5472
CIE-Lab46.998939.614921.2010

#b3514e color RGB value is (179,81,78).

#b3514e hex color red value is 179, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b3514e hue: 0.00 , saturation: 0.40 and the lightness value of b3514e is 0.50.

The process color (four color CMYK) of #b3514e color hex is 0.00, 0.55, 0.56, 0.30. Web safe color of #b3514e is #cc6666. Color #b3514e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 01001110
Octal 263 121 116
Decimal 179 81 78
Hex B3 51 4E

RGB Percentages of Color #b3514e

%52.96
%23.96
%23.08

CMYK Percentages of Color #b3514e

%0
%55
%56
%30

Triadic Colors of #b3514e

#b3514e #4eb351 #514eb3

Analogous Colors of #b3514e

#b3514e #b3844e #b34e7e

Monochromatic Colors of #b3514e

#b3514e

Complementary Color

#b3514e #4eb0b3

#b3514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3514e Color CSS Codes

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

#b3514e Text Font Color

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

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


#b3514e Background Color

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

This div background color is #b3514e


#b3514e Border Color

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

This div border color is #b3514e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,81,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 #b3514e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3514e


Comments

No comments written yet.

Please login to write comment.