Color Hex Logo

#b3556f Color Hex

#B3556F
(179,85,111)
0 Favorites   0 Comments

Color spaces of #b3556f

RGB 17985111
HSL0.950.380.52
HSV343°53°70°
CMYK 0.000.530.38   0.30
XYZ24.708117.228417.0621
Yxy17.22840.41880.2920
Hunter Lab41.507133.61904.6830
CIE-Lab48.546540.88963.4618

#b3556f color RGB value is (179,85,111).

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

The process color (four color CMYK) of #b3556f color hex is 0.00, 0.53, 0.38, 0.30. Web safe color of #b3556f is #cc6666. Color #b3556f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 01101111
Octal 263 125 157
Decimal 179 85 111
Hex B3 55 6F

RGB Percentages of Color #b3556f

%47.73
%22.67
%29.60

CMYK Percentages of Color #b3556f

%0
%53
%38
%30

Triadic Colors of #b3556f

#b3556f #6fb355 #556fb3

Analogous Colors of #b3556f

#b3556f #b36a55 #b3559e

Monochromatic Colors of #b3556f

#b3556f

Complementary Color

#b3556f #55b399

#b3556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3556f Color CSS Codes

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

#b3556f Text Font Color

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

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


#b3556f Background Color

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

This div background color is #b3556f


#b3556f Border Color

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

This div border color is #b3556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3556f


Comments

No comments written yet.

Please login to write comment.