Color Hex Logo

#b54459 Color Hex

#B54459
(181,68,89)
0 Favorites   0 Comments

Color spaces of #b54459

RGB 1816889
HSL0.970.450.49
HSV349°62°71°
CMYK 0.000.620.51   0.29
XYZ22.926314.679311.0762
Yxy14.67930.47090.3015
Hunter Lab38.313639.76319.6792
CIE-Lab45.191847.486912.1403

#b54459 color RGB value is (181,68,89).

#b54459 hex color red value is 181, green value is 68 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b54459 hue: 0.97 , saturation: 0.45 and the lightness value of b54459 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000100 01011001
Octal 265 104 131
Decimal 181 68 89
Hex B5 44 59

RGB Percentages of Color #b54459

%53.55
%20.12
%26.33

CMYK Percentages of Color #b54459

%0
%62
%51
%29

Triadic Colors of #b54459

#b54459 #59b544 #4459b5

Analogous Colors of #b54459

#b54459 #b56844 #b54492

Monochromatic Colors of #b54459

#b54459

Complementary Color

#b54459 #44b5a0

#b54459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54459 Color CSS Codes

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

#b54459 Text Font Color

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

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


#b54459 Background Color

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

This div background color is #b54459


#b54459 Border Color

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

This div border color is #b54459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54459


Comments

No comments written yet.

Please login to write comment.