Color Hex Logo

#b37068 Color Hex

#B37068
(179,112,104)
0 Favorites   0 Comments

Color spaces of #b37068

RGB 179112104
HSL0.020.330.55
HSV42°70°
CMYK 0.000.370.42   0.30
XYZ26.883322.171515.9593
Yxy22.17150.41350.3410
Hunter Lab47.086619.509912.8652
CIE-Lab54.208525.586815.5988

#b37068 color RGB value is (179,112,104).

#b37068 hex color red value is 179, green value is 112 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b37068 hue: 0.02 , saturation: 0.33 and the lightness value of b37068 is 0.55.

The process color (four color CMYK) of #b37068 color hex is 0.00, 0.37, 0.42, 0.30. Web safe color of #b37068 is #cc6666. Color #b37068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 01101000
Octal 263 160 150
Decimal 179 112 104
Hex B3 70 68

RGB Percentages of Color #b37068

%45.32
%28.35
%26.33

CMYK Percentages of Color #b37068

%0
%37
%42
%30

Triadic Colors of #b37068

#b37068 #68b370 #7068b3

Analogous Colors of #b37068

#b37068 #b39668 #b36886

Monochromatic Colors of #b37068

#b37068

Complementary Color

#b37068 #68abb3

#b37068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37068 Color CSS Codes

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

#b37068 Text Font Color

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

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


#b37068 Background Color

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

This div background color is #b37068


#b37068 Border Color

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

This div border color is #b37068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37068


Comments

No comments written yet.

Please login to write comment.