Color Hex Logo

#b54958 Color Hex

#B54958
(181,73,88)
0 Favorites   0 Comments

Color spaces of #b54958

RGB 1817388
HSL0.980.430.50
HSV352°60°71°
CMYK 0.000.600.51   0.29
XYZ23.200115.293410.9617
Yxy15.29340.46910.3092
Hunter Lab39.106837.458310.7557
CIE-Lab46.033545.093113.9143

#b54958 color RGB value is (181,73,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01011000
Octal 265 111 130
Decimal 181 73 88
Hex B5 49 58

RGB Percentages of Color #b54958

%52.92
%21.35
%25.73

CMYK Percentages of Color #b54958

%0
%60
%51
%29

Triadic Colors of #b54958

#b54958 #58b549 #4958b5

Analogous Colors of #b54958

#b54958 #b57049 #b5498e

Monochromatic Colors of #b54958

#b54958

Complementary Color

#b54958 #49b5a6

#b54958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54958 Color CSS Codes

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

#b54958 Text Font Color

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

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


#b54958 Background Color

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

This div background color is #b54958


#b54958 Border Color

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

This div border color is #b54958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54958


Comments

No comments written yet.

Please login to write comment.