Color Hex Logo

#b4596e Color Hex

#B4596E
(180,89,110)
0 Favorites   0 Comments

Color spaces of #b4596e

RGB 18089110
HSL0.960.380.53
HSV346°51°71°
CMYK 0.000.510.39   0.29
XYZ25.209217.973816.8925
Yxy17.97380.41960.2992
Hunter Lab42.395531.94746.0528
CIE-Lab49.464339.07655.4026

#b4596e color RGB value is (180,89,110).

#b4596e hex color red value is 180, green value is 89 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4596e hue: 0.96 , saturation: 0.38 and the lightness value of b4596e is 0.53.

The process color (four color CMYK) of #b4596e color hex is 0.00, 0.51, 0.39, 0.29. Web safe color of #b4596e is #cc6666. Color #b4596e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 01101110
Octal 264 131 156
Decimal 180 89 110
Hex B4 59 6E

RGB Percentages of Color #b4596e

%47.49
%23.48
%29.02

CMYK Percentages of Color #b4596e

%0
%51
%39
%29

Triadic Colors of #b4596e

#b4596e #6eb459 #596eb4

Analogous Colors of #b4596e

#b4596e #b47259 #b4599c

Monochromatic Colors of #b4596e

#b4596e

Complementary Color

#b4596e #59b49f

#b4596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4596e Color CSS Codes

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

#b4596e Text Font Color

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

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


#b4596e Background Color

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

This div background color is #b4596e


#b4596e Border Color

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

This div border color is #b4596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4596e


Comments

No comments written yet.

Please login to write comment.