Color Hex Logo

#b54954 Color Hex

#B54954
(181,73,84)
0 Favorites   0 Comments

Color spaces of #b54954

RGB 1817384
HSL0.980.430.50
HSV354°60°71°
CMYK 0.000.600.54   0.29
XYZ23.038815.228910.1127
Yxy15.22890.47620.3148
Hunter Lab39.024237.089011.9526
CIE-Lab45.946144.743716.2306

#b54954 color RGB value is (181,73,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01010100
Octal 265 111 124
Decimal 181 73 84
Hex B5 49 54

RGB Percentages of Color #b54954

%53.55
%21.60
%24.85

CMYK Percentages of Color #b54954

%0
%60
%54
%29

Triadic Colors of #b54954

#b54954 #54b549 #4954b5

Analogous Colors of #b54954

#b54954 #b57449 #b5498a

Monochromatic Colors of #b54954

#b54954

Complementary Color

#b54954 #49b5aa

#b54954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54954 Color CSS Codes

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

#b54954 Text Font Color

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

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


#b54954 Background Color

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

This div background color is #b54954


#b54954 Border Color

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

This div border color is #b54954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54954


Comments

No comments written yet.

Please login to write comment.