Color Hex Logo

#b4465e Color Hex

#B4465E
(180,70,94)
0 Favorites   0 Comments

Color spaces of #b4465e

RGB 1807094
HSL0.960.440.49
HSV347°61°71°
CMYK 0.000.610.48   0.29
XYZ23.032914.891812.2501
Yxy14.89180.45910.2968
Hunter Lab38.589939.00788.1917
CIE-Lab45.485646.70199.4588

#b4465e color RGB value is (180,70,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000110 01011110
Octal 264 106 136
Decimal 180 70 94
Hex B4 46 5E

RGB Percentages of Color #b4465e

%52.33
%20.35
%27.33

CMYK Percentages of Color #b4465e

%0
%61
%48
%29

Triadic Colors of #b4465e

#b4465e #5eb446 #465eb4

Analogous Colors of #b4465e

#b4465e #b46546 #b44695

Monochromatic Colors of #b4465e

#b4465e

Complementary Color

#b4465e #46b49c

#b4465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4465e Color CSS Codes

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

#b4465e Text Font Color

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

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


#b4465e Background Color

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

This div background color is #b4465e


#b4465e Border Color

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

This div border color is #b4465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4465e


Comments

No comments written yet.

Please login to write comment.