Color Hex Logo

#b84950 Color Hex

#B84950
(184,73,80)
0 Favorites   0 Comments

Color spaces of #b84950

RGB 1847380
HSL0.990.440.50
HSV356°60°72°
CMYK 0.000.600.57   0.28
XYZ23.597715.53469.3442
Yxy15.53460.48680.3205
Hunter Lab39.414037.896113.5334
CIE-Lab46.357945.469719.2956

#b84950 color RGB value is (184,73,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 01010000
Octal 270 111 120
Decimal 184 73 80
Hex B8 49 50

RGB Percentages of Color #b84950

%54.60
%21.66
%23.74

CMYK Percentages of Color #b84950

%0
%60
%57
%28

Triadic Colors of #b84950

#b84950 #50b849 #4950b8

Analogous Colors of #b84950

#b84950 #b87a49 #b84988

Monochromatic Colors of #b84950

#b84950

Complementary Color

#b84950 #49b8b1

#b84950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84950 Color CSS Codes

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

#b84950 Text Font Color

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

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


#b84950 Background Color

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

This div background color is #b84950


#b84950 Border Color

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

This div border color is #b84950


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,73,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84950


Comments

No comments written yet.

Please login to write comment.