Color Hex Logo

#b3566e Color Hex

#B3566E
(179,86,110)
0 Favorites   0 Comments

Color spaces of #b3566e

RGB 17986110
HSL0.960.380.52
HSV345°52°70°
CMYK 0.000.520.39   0.30
XYZ24.732717.365116.8001
Yxy17.36510.41990.2948
Hunter Lab41.671533.01775.2669
CIE-Lab48.716840.26164.3101

#b3566e color RGB value is (179,86,110).

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

The process color (four color CMYK) of #b3566e color hex is 0.00, 0.52, 0.39, 0.30. Web safe color of #b3566e is #cc6666. Color #b3566e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 01101110
Octal 263 126 156
Decimal 179 86 110
Hex B3 56 6E

RGB Percentages of Color #b3566e

%47.73
%22.93
%29.33

CMYK Percentages of Color #b3566e

%0
%52
%39
%30

Triadic Colors of #b3566e

#b3566e #6eb356 #566eb3

Analogous Colors of #b3566e

#b3566e #b36d56 #b3569d

Monochromatic Colors of #b3566e

#b3566e

Complementary Color

#b3566e #56b39b

#b3566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3566e Color CSS Codes

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

#b3566e Text Font Color

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

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


#b3566e Background Color

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

This div background color is #b3566e


#b3566e Border Color

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

This div border color is #b3566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3566e


Comments

No comments written yet.

Please login to write comment.