Color Hex Logo

#b15268 Color Hex

#B15268
(177,82,104)
0 Favorites   0 Comments

Color spaces of #b15268

RGB 17782104
HSL0.960.380.51
HSV346°54°69°
CMYK 0.000.540.41   0.31
XYZ23.647416.381215.0122
Yxy16.38120.42960.2976
Hunter Lab40.473733.46256.3402
CIE-Lab47.470740.89366.1106

#b15268 color RGB value is (177,82,104).

#b15268 hex color red value is 177, green value is 82 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b15268 hue: 0.96 , saturation: 0.38 and the lightness value of b15268 is 0.51.

The process color (four color CMYK) of #b15268 color hex is 0.00, 0.54, 0.41, 0.31. Web safe color of #b15268 is #996666. Color #b15268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010010 01101000
Octal 261 122 150
Decimal 177 82 104
Hex B1 52 68

RGB Percentages of Color #b15268

%48.76
%22.59
%28.65

CMYK Percentages of Color #b15268

%0
%54
%41
%31

Triadic Colors of #b15268

#b15268 #68b152 #5268b1

Analogous Colors of #b15268

#b15268 #b16c52 #b15298

Monochromatic Colors of #b15268

#b15268

Complementary Color

#b15268 #52b19b

#b15268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15268 Color CSS Codes

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

#b15268 Text Font Color

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

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


#b15268 Background Color

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

This div background color is #b15268


#b15268 Border Color

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

This div border color is #b15268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15268


Comments

No comments written yet.

Please login to write comment.