Color Hex Logo

#b56768 Color Hex

#B56768
(181,103,104)
0 Favorites   0 Comments

Color spaces of #b56768

RGB 181103104
HSL1.000.350.56
HSV359°43°71°
CMYK 0.000.430.43   0.29
XYZ26.405020.523715.6665
Yxy20.52370.42180.3279
Hunter Lab45.303124.758711.2088
CIE-Lab52.424231.319613.1713

#b56768 color RGB value is (181,103,104).

#b56768 hex color red value is 181, green value is 103 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b56768 hue: 1.00 , saturation: 0.35 and the lightness value of b56768 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100111 01101000
Octal 265 147 150
Decimal 181 103 104
Hex B5 67 68

RGB Percentages of Color #b56768

%46.65
%26.55
%26.80

CMYK Percentages of Color #b56768

%0
%43
%43
%29

Triadic Colors of #b56768

#b56768 #68b567 #6768b5

Analogous Colors of #b56768

#b56768 #b58d67 #b5678f

Monochromatic Colors of #b56768

#b56768

Complementary Color

#b56768 #67b5b4

#b56768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56768 Color CSS Codes

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

#b56768 Text Font Color

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

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


#b56768 Background Color

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

This div background color is #b56768


#b56768 Border Color

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

This div border color is #b56768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56768


Comments

No comments written yet.

Please login to write comment.