Color Hex Logo

#b4547d Color Hex

#B4547D
(180,84,125)
0 Favorites   0 Comments

Color spaces of #b4547d

RGB 18084125
HSL0.930.390.52
HSV334°53°71°
CMYK 0.000.530.31   0.29
XYZ25.694417.524621.4304
Yxy17.52460.39740.2711
Hunter Lab41.862436.3010-1.0483
CIE-Lab48.914343.4950-4.4163

#b4547d color RGB value is (180,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 01111101
Octal 264 124 175
Decimal 180 84 125
Hex B4 54 7D

RGB Percentages of Color #b4547d

%46.27
%21.59
%32.13

CMYK Percentages of Color #b4547d

%0
%53
%31
%29

Triadic Colors of #b4547d

#b4547d #7db454 #547db4

Analogous Colors of #b4547d

#b4547d #b45b54 #b454ad

Monochromatic Colors of #b4547d

#b4547d

Complementary Color

#b4547d #54b48b

#b4547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4547d Color CSS Codes

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

#b4547d Text Font Color

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

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


#b4547d Background Color

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

This div background color is #b4547d


#b4547d Border Color

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

This div border color is #b4547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4547d


Comments

No comments written yet.

Please login to write comment.