Color Hex Logo

#b4595e Color Hex

#B4595E
(180,89,94)
0 Favorites   0 Comments

Color spaces of #b4595e

RGB 1808994
HSL0.990.380.53
HSV357°51°71°
CMYK 0.000.510.48   0.29
XYZ24.415117.656212.7108
Yxy17.65620.44570.3223
Hunter Lab42.019330.182811.4783
CIE-Lab49.076437.339214.4543

#b4595e color RGB value is (180,89,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 01011110
Octal 264 131 136
Decimal 180 89 94
Hex B4 59 5E

RGB Percentages of Color #b4595e

%49.59
%24.52
%25.90

CMYK Percentages of Color #b4595e

%0
%51
%48
%29

Triadic Colors of #b4595e

#b4595e #5eb459 #595eb4

Analogous Colors of #b4595e

#b4595e #b48259 #b4598c

Monochromatic Colors of #b4595e

#b4595e

Complementary Color

#b4595e #59b4af

#b4595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4595e Color CSS Codes

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

#b4595e Text Font Color

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

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


#b4595e Background Color

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

This div background color is #b4595e


#b4595e Border Color

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

This div border color is #b4595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4595e


Comments

No comments written yet.

Please login to write comment.