Color Hex Logo

#b4545c Color Hex

#B4545C
(180,84,92)
0 Favorites   0 Comments

Color spaces of #b4545c

RGB 1808492
HSL0.990.390.52
HSV355°53°71°
CMYK 0.000.530.49   0.29
XYZ23.924516.816712.1102
Yxy16.81670.45270.3182
Hunter Lab41.008232.374111.1967
CIE-Lab48.028239.713914.2115

#b4545c color RGB value is (180,84,92).

#b4545c hex color red value is 180, green value is 84 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b4545c hue: 0.99 , saturation: 0.39 and the lightness value of b4545c is 0.52.

The process color (four color CMYK) of #b4545c color hex is 0.00, 0.53, 0.49, 0.29. Web safe color of #b4545c is #cc6666. Color #b4545c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 01011100
Octal 264 124 134
Decimal 180 84 92
Hex B4 54 5C

RGB Percentages of Color #b4545c

%50.56
%23.60
%25.84

CMYK Percentages of Color #b4545c

%0
%53
%49
%29

Triadic Colors of #b4545c

#b4545c #5cb454 #545cb4

Analogous Colors of #b4545c

#b4545c #b47c54 #b4548c

Monochromatic Colors of #b4545c

#b4545c

Complementary Color

#b4545c #54b4ac

#b4545c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4545c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4545c Color CSS Codes

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

#b4545c Text Font Color

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

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


#b4545c Background Color

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

This div background color is #b4545c


#b4545c Border Color

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

This div border color is #b4545c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4545c


Comments

No comments written yet.

Please login to write comment.