Color Hex Logo

#b4624f Color Hex

#B4624F
(180,98,79)
0 Favorites   0 Comments

Color spaces of #b4624f

RGB 1809879
HSL0.030.400.51
HSV11°56°71°
CMYK 0.000.460.56   0.29
XYZ24.601419.00329.7685
Yxy19.00320.46090.3560
Hunter Lab43.592724.448817.2288
CIE-Lab50.690931.186525.4508

#b4624f color RGB value is (180,98,79).

#b4624f hex color red value is 180, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b4624f hue: 0.03 , saturation: 0.40 and the lightness value of b4624f is 0.51.

The process color (four color CMYK) of #b4624f color hex is 0.00, 0.46, 0.56, 0.29. Web safe color of #b4624f is #cc6666. Color #b4624f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 01001111
Octal 264 142 117
Decimal 180 98 79
Hex B4 62 4F

RGB Percentages of Color #b4624f

%50.42
%27.45
%22.13

CMYK Percentages of Color #b4624f

%0
%46
%56
%29

Triadic Colors of #b4624f

#b4624f #4fb462 #624fb4

Analogous Colors of #b4624f

#b4624f #b4954f #b44f6f

Monochromatic Colors of #b4624f

#b4624f

Complementary Color

#b4624f #4fa1b4

#b4624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4624f Color CSS Codes

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

#b4624f Text Font Color

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

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


#b4624f Background Color

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

This div background color is #b4624f


#b4624f Border Color

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

This div border color is #b4624f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,98,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4624f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4624f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4624f;
  box-shadow:         1px 1px 3px 2px #b4624f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,98,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4624f


Comments

No comments written yet.

Please login to write comment.