Color Hex Logo

#b3514d Color Hex

#B3514D
(179,81,77)
0 Favorites   0 Comments

Color spaces of #b3514d

RGB 1798177
HSL0.010.400.50
HSV57°70°
CMYK 0.000.550.57   0.30
XYZ22.872416.00448.9048
Yxy16.00440.47870.3349
Hunter Lab40.005532.044414.8065
CIE-Lab46.980339.533921.7737

#b3514d color RGB value is (179,81,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 01001101
Octal 263 121 115
Decimal 179 81 77
Hex B3 51 4D

RGB Percentages of Color #b3514d

%53.12
%24.04
%22.85

CMYK Percentages of Color #b3514d

%0
%55
%57
%30

Triadic Colors of #b3514d

#b3514d #4db351 #514db3

Analogous Colors of #b3514d

#b3514d #b3844d #b34d7c

Monochromatic Colors of #b3514d

#b3514d

Complementary Color

#b3514d #4dafb3

#b3514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3514d Color CSS Codes

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

#b3514d Text Font Color

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

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


#b3514d Background Color

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

This div background color is #b3514d


#b3514d Border Color

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

This div border color is #b3514d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3514d


Comments

No comments written yet.

Please login to write comment.