Color Hex Logo

#b84d50 Color Hex

#B84D50
(184,77,80)
0 Favorites   0 Comments

Color spaces of #b84d50

RGB 1847780
HSL1.000.430.51
HSV358°58°72°
CMYK 0.000.580.57   0.28
XYZ23.869016.07739.4346
Yxy16.07730.48340.3256
Hunter Lab40.096536.090114.1168
CIE-Lab47.075743.575320.2497

#b84d50 color RGB value is (184,77,80).

#b84d50 hex color red value is 184, green value is 77 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b84d50 hue: 1.00 , saturation: 0.43 and the lightness value of b84d50 is 0.51.

The process color (four color CMYK) of #b84d50 color hex is 0.00, 0.58, 0.57, 0.28. Web safe color of #b84d50 is #cc6666. Color #b84d50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001101 01010000
Octal 270 115 120
Decimal 184 77 80
Hex B8 4D 50

RGB Percentages of Color #b84d50

%53.96
%22.58
%23.46

CMYK Percentages of Color #b84d50

%0
%58
%57
%28

Triadic Colors of #b84d50

#b84d50 #50b84d #4d50b8

Analogous Colors of #b84d50

#b84d50 #b8804d #b84d86

Monochromatic Colors of #b84d50

#b84d50

Complementary Color

#b84d50 #4db8b5

#b84d50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84d50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84d50 Color CSS Codes

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

#b84d50 Text Font Color

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

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


#b84d50 Background Color

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

This div background color is #b84d50


#b84d50 Border Color

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

This div border color is #b84d50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84d50


Comments

No comments written yet.

Please login to write comment.