Color Hex Logo

#b54950 Color Hex

#B54950
(181,73,80)
0 Favorites   0 Comments

Color spaces of #b54950

RGB 1817380
HSL0.990.430.50
HSV356°60°71°
CMYK 0.000.600.56   0.29
XYZ22.886615.16809.3109
Yxy15.16800.48320.3202
Hunter Lab38.946136.739413.0877
CIE-Lab45.863444.412118.5480

#b54950 color RGB value is (181,73,80).

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

The process color (four color CMYK) of #b54950 color hex is 0.00, 0.60, 0.56, 0.29. Web safe color of #b54950 is #cc3366. Color #b54950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01010000
Octal 265 111 120
Decimal 181 73 80
Hex B5 49 50

RGB Percentages of Color #b54950

%54.19
%21.86
%23.95

CMYK Percentages of Color #b54950

%0
%60
%56
%29

Triadic Colors of #b54950

#b54950 #50b549 #4950b5

Analogous Colors of #b54950

#b54950 #b57849 #b54986

Monochromatic Colors of #b54950

#b54950

Complementary Color

#b54950 #49b5ae

#b54950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54950 Color CSS Codes

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

#b54950 Text Font Color

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

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


#b54950 Background Color

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

This div background color is #b54950


#b54950 Border Color

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

This div border color is #b54950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54950


Comments

No comments written yet.

Please login to write comment.