Color Hex Logo

#b05256 Color Hex

#B05256
(176,82,86)
0 Favorites   0 Comments

Color spaces of #b05256

RGB 1768286
HSL0.990.370.51
HSV357°53°69°
CMYK 0.000.530.51   0.31
XYZ22.601515.936610.6889
Yxy15.93660.45910.3237
Hunter Lab39.920731.198412.0694
CIE-Lab46.891238.685116.1715

#b05256 color RGB value is (176,82,86).

#b05256 hex color red value is 176, green value is 82 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #b05256 hue: 0.99 , saturation: 0.37 and the lightness value of b05256 is 0.51.

The process color (four color CMYK) of #b05256 color hex is 0.00, 0.53, 0.51, 0.31. Web safe color of #b05256 is #996666. Color #b05256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 01010110
Octal 260 122 126
Decimal 176 82 86
Hex B0 52 56

RGB Percentages of Color #b05256

%51.16
%23.84
%25.00

CMYK Percentages of Color #b05256

%0
%53
%51
%31

Triadic Colors of #b05256

#b05256 #56b052 #5256b0

Analogous Colors of #b05256

#b05256 #b07d52 #b05285

Monochromatic Colors of #b05256

#b05256

Complementary Color

#b05256 #52b0ac

#b05256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05256 Color CSS Codes

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

#b05256 Text Font Color

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

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


#b05256 Background Color

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

This div background color is #b05256


#b05256 Border Color

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

This div border color is #b05256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05256


Comments

No comments written yet.

Please login to write comment.