Color Hex Logo

#b04167 Color Hex

#B04167
(176,65,103)
0 Favorites   0 Comments

Color spaces of #b04167

RGB 17665103
HSL0.940.460.47
HSV339°63°69°
CMYK 0.000.630.41   0.31
XYZ22.243013.990014.3600
Yxy13.99000.43960.2765
Hunter Lab37.403240.69513.4194
CIE-Lab44.218648.55842.0219

#b04167 color RGB value is (176,65,103).

#b04167 hex color red value is 176, green value is 65 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b04167 hue: 0.94 , saturation: 0.46 and the lightness value of b04167 is 0.47.

The process color (four color CMYK) of #b04167 color hex is 0.00, 0.63, 0.41, 0.31. Web safe color of #b04167 is #993366. Color #b04167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000001 01100111
Octal 260 101 147
Decimal 176 65 103
Hex B0 41 67

RGB Percentages of Color #b04167

%51.16
%18.90
%29.94

CMYK Percentages of Color #b04167

%0
%63
%41
%31

Triadic Colors of #b04167

#b04167 #67b041 #4167b0

Analogous Colors of #b04167

#b04167 #b05241 #b0419f

Monochromatic Colors of #b04167

#b04167

Complementary Color

#b04167 #41b08a

#b04167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04167 Color CSS Codes

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

#b04167 Text Font Color

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

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


#b04167 Background Color

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

This div background color is #b04167


#b04167 Border Color

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

This div border color is #b04167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04167


Comments

No comments written yet.

Please login to write comment.