Color Hex Logo

#b4455e Color Hex

#B4455E
(180,69,94)
0 Favorites   0 Comments

Color spaces of #b4455e

RGB 1806994
HSL0.960.450.49
HSV346°62°71°
CMYK 0.000.620.48   0.29
XYZ22.970914.767712.2294
Yxy14.76770.45970.2955
Hunter Lab38.428839.44858.0319
CIE-Lab45.314447.16029.2179

#b4455e color RGB value is (180,69,94).

#b4455e hex color red value is 180, green value is 69 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4455e hue: 0.96 , saturation: 0.45 and the lightness value of b4455e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 01011110
Octal 264 105 136
Decimal 180 69 94
Hex B4 45 5E

RGB Percentages of Color #b4455e

%52.48
%20.12
%27.41

CMYK Percentages of Color #b4455e

%0
%62
%48
%29

Triadic Colors of #b4455e

#b4455e #5eb445 #455eb4

Analogous Colors of #b4455e

#b4455e #b46445 #b44596

Monochromatic Colors of #b4455e

#b4455e

Complementary Color

#b4455e #45b49b

#b4455e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4455e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4455e Color CSS Codes

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

#b4455e Text Font Color

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

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


#b4455e Background Color

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

This div background color is #b4455e


#b4455e Border Color

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

This div border color is #b4455e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,69,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4455e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4455e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4455e;
  box-shadow:         1px 1px 3px 2px #b4455e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,69,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4455e


Comments

No comments written yet.

Please login to write comment.