Color Hex Logo

#b35040 Color Hex

#B35040
(179,80,64)
0 Favorites   0 Comments

Color spaces of #b35040

RGB 1798064
HSL0.020.470.48
HSV64°70°
CMYK 0.000.550.64   0.30
XYZ22.384515.69126.6994
Yxy15.69120.49990.3504
Hunter Lab39.612131.547817.7011
CIE-Lab46.566739.089128.9170

#b35040 color RGB value is (179,80,64).

#b35040 hex color red value is 179, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b35040 hue: 0.02 , saturation: 0.47 and the lightness value of b35040 is 0.48.

The process color (four color CMYK) of #b35040 color hex is 0.00, 0.55, 0.64, 0.30. Web safe color of #b35040 is #cc6633. Color #b35040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 01000000
Octal 263 120 100
Decimal 179 80 64
Hex B3 50 40

RGB Percentages of Color #b35040

%55.42
%24.77
%19.81

CMYK Percentages of Color #b35040

%0
%55
%64
%30

Triadic Colors of #b35040

#b35040 #40b350 #5040b3

Analogous Colors of #b35040

#b35040 #b38a40 #b3406a

Monochromatic Colors of #b35040

#b35040

Complementary Color

#b35040 #40a3b3

#b35040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35040 Color CSS Codes

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

#b35040 Text Font Color

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

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


#b35040 Background Color

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

This div background color is #b35040


#b35040 Border Color

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

This div border color is #b35040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35040


Comments

No comments written yet.

Please login to write comment.