Color Hex Logo

#b35550 Color Hex

#B35550
(179,85,80)
0 Favorites   0 Comments

Color spaces of #b35550

RGB 1798580
HSL0.010.390.51
HSV55°70°
CMYK 0.000.530.55   0.30
XYZ23.286916.65999.5777
Yxy16.65990.47020.3364
Hunter Lab40.816530.410014.6590
CIE-Lab47.828637.744621.1025

#b35550 color RGB value is (179,85,80).

#b35550 hex color red value is 179, green value is 85 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b35550 hue: 0.01 , saturation: 0.39 and the lightness value of b35550 is 0.51.

The process color (four color CMYK) of #b35550 color hex is 0.00, 0.53, 0.55, 0.30. Web safe color of #b35550 is #cc6666. Color #b35550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 01010000
Octal 263 125 120
Decimal 179 85 80
Hex B3 55 50

RGB Percentages of Color #b35550

%52.03
%24.71
%23.26

CMYK Percentages of Color #b35550

%0
%53
%55
%30

Triadic Colors of #b35550

#b35550 #50b355 #5550b3

Analogous Colors of #b35550

#b35550 #b38750 #b3507d

Monochromatic Colors of #b35550

#b35550

Complementary Color

#b35550 #50aeb3

#b35550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35550 Color CSS Codes

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

#b35550 Text Font Color

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

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


#b35550 Background Color

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

This div background color is #b35550


#b35550 Border Color

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

This div border color is #b35550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,85,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35550


Comments

No comments written yet.

Please login to write comment.