Color Hex Logo

#b8494e Color Hex

#B8494E
(184,73,78)
0 Favorites   0 Comments

Color spaces of #b8494e

RGB 1847378
HSL0.990.440.50
HSV357°60°72°
CMYK 0.000.600.58   0.28
XYZ23.524915.50558.9607
Yxy15.50550.49020.3231
Hunter Lab39.377037.730914.0718
CIE-Lab46.318945.314220.4521

#b8494e color RGB value is (184,73,78).

#b8494e hex color red value is 184, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b8494e hue: 0.99 , saturation: 0.44 and the lightness value of b8494e is 0.50.

The process color (four color CMYK) of #b8494e color hex is 0.00, 0.60, 0.58, 0.28. Web safe color of #b8494e is #cc3366. Color #b8494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 01001110
Octal 270 111 116
Decimal 184 73 78
Hex B8 49 4E

RGB Percentages of Color #b8494e

%54.93
%21.79
%23.28

CMYK Percentages of Color #b8494e

%0
%60
%58
%28

Triadic Colors of #b8494e

#b8494e #4eb849 #494eb8

Analogous Colors of #b8494e

#b8494e #b87c49 #b84986

Monochromatic Colors of #b8494e

#b8494e

Complementary Color

#b8494e #49b8b3

#b8494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8494e Color CSS Codes

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

#b8494e Text Font Color

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

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


#b8494e Background Color

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

This div background color is #b8494e


#b8494e Border Color

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

This div border color is #b8494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8494e


Comments

No comments written yet.

Please login to write comment.