Color Hex Logo

#b3464d Color Hex

#B3464D
(179,70,77)
0 Favorites   0 Comments

Color spaces of #b3464d

RGB 1797077
HSL0.990.440.49
HSV356°61°70°
CMYK 0.000.610.57   0.30
XYZ22.120114.49988.6541
Yxy14.49980.48860.3203
Hunter Lab38.078637.054213.1802
CIE-Lab44.941344.874519.0807

#b3464d color RGB value is (179,70,77).

#b3464d hex color red value is 179, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b3464d hue: 0.99 , saturation: 0.44 and the lightness value of b3464d is 0.49.

The process color (four color CMYK) of #b3464d color hex is 0.00, 0.61, 0.57, 0.30. Web safe color of #b3464d is #cc3366. Color #b3464d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 01001101
Octal 263 106 115
Decimal 179 70 77
Hex B3 46 4D

RGB Percentages of Color #b3464d

%54.91
%21.47
%23.62

CMYK Percentages of Color #b3464d

%0
%61
%57
%30

Triadic Colors of #b3464d

#b3464d #4db346 #464db3

Analogous Colors of #b3464d

#b3464d #b37646 #b34684

Monochromatic Colors of #b3464d

#b3464d

Complementary Color

#b3464d #46b3ac

#b3464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3464d Color CSS Codes

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

#b3464d Text Font Color

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

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


#b3464d Background Color

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

This div background color is #b3464d


#b3464d Border Color

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

This div border color is #b3464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3464d


Comments

No comments written yet.

Please login to write comment.