Color Hex Logo

#b5546f Color Hex

#B5546F
(181,84,111)
0 Favorites   0 Comments

Color spaces of #b5546f

RGB 18184111
HSL0.950.400.52
HSV343°54°71°
CMYK 0.000.540.39   0.29
XYZ25.095617.312117.0578
Yxy17.31210.42200.2911
Hunter Lab41.607834.84804.8186
CIE-Lab48.650942.09943.6508

#b5546f color RGB value is (181,84,111).

#b5546f hex color red value is 181, green value is 84 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b5546f hue: 0.95 , saturation: 0.40 and the lightness value of b5546f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 01101111
Octal 265 124 157
Decimal 181 84 111
Hex B5 54 6F

RGB Percentages of Color #b5546f

%48.14
%22.34
%29.52

CMYK Percentages of Color #b5546f

%0
%54
%39
%29

Triadic Colors of #b5546f

#b5546f #6fb554 #546fb5

Analogous Colors of #b5546f

#b5546f #b56a54 #b554a0

Monochromatic Colors of #b5546f

#b5546f

Complementary Color

#b5546f #54b59a

#b5546f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5546f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5546f Color CSS Codes

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

#b5546f Text Font Color

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

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


#b5546f Background Color

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

This div background color is #b5546f


#b5546f Border Color

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

This div border color is #b5546f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5546f


Comments

No comments written yet.

Please login to write comment.