Color Hex Logo

#b35144 Color Hex

#B35144
(179,81,68)
0 Favorites   0 Comments

Color spaces of #b35144

RGB 1798168
HSL0.020.450.48
HSV62°70°
CMYK 0.000.550.62   0.30
XYZ22.576215.88597.3452
Yxy15.88590.49290.3468
Hunter Lab39.857131.357516.9735
CIE-Lab46.824438.857226.9017

#b35144 color RGB value is (179,81,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 01000100
Octal 263 121 104
Decimal 179 81 68
Hex B3 51 44

RGB Percentages of Color #b35144

%54.57
%24.70
%20.73

CMYK Percentages of Color #b35144

%0
%55
%62
%30

Triadic Colors of #b35144

#b35144 #44b351 #5144b3

Analogous Colors of #b35144

#b35144 #b38944 #b3446f

Monochromatic Colors of #b35144

#b35144

Complementary Color

#b35144 #44a6b3

#b35144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35144 Color CSS Codes

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

#b35144 Text Font Color

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

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


#b35144 Background Color

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

This div background color is #b35144


#b35144 Border Color

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

This div border color is #b35144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35144


Comments

No comments written yet.

Please login to write comment.