Color Hex Logo

#b3556c Color Hex

#B3556C
(179,85,108)
0 Favorites   0 Comments

Color spaces of #b3556c

RGB 17985108
HSL0.960.380.52
HSV345°53°70°
CMYK 0.000.530.40   0.30
XYZ24.545717.163416.2065
Yxy17.16340.42380.2964
Hunter Lab41.428733.25745.8065
CIE-Lab48.465340.53935.1550

#b3556c color RGB value is (179,85,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 01101100
Octal 263 125 154
Decimal 179 85 108
Hex B3 55 6C

RGB Percentages of Color #b3556c

%48.12
%22.85
%29.03

CMYK Percentages of Color #b3556c

%0
%53
%40
%30

Triadic Colors of #b3556c

#b3556c #6cb355 #556cb3

Analogous Colors of #b3556c

#b3556c #b36d55 #b3559b

Monochromatic Colors of #b3556c

#b3556c

Complementary Color

#b3556c #55b39c

#b3556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3556c Color CSS Codes

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

#b3556c Text Font Color

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

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


#b3556c Background Color

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

This div background color is #b3556c


#b3556c Border Color

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

This div border color is #b3556c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,85,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3556c


Comments

No comments written yet.

Please login to write comment.