Color Hex Logo

#b03849 Color Hex

#B03849
(176,56,73)
0 Favorites   0 Comments

Color spaces of #b03849

RGB 1765673
HSL0.980.520.45
HSV352°68°69°
CMYK 0.000.680.59   0.31
XYZ20.521312.53957.6421
Yxy12.53950.50420.3081
Hunter Lab35.411241.473911.9924
CIE-Lab42.061049.693817.6064

#b03849 color RGB value is (176,56,73).

#b03849 hex color red value is 176, green value is 56 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b03849 hue: 0.98 , saturation: 0.52 and the lightness value of b03849 is 0.45.

The process color (four color CMYK) of #b03849 color hex is 0.00, 0.68, 0.59, 0.31. Web safe color of #b03849 is #993333. Color #b03849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111000 01001001
Octal 260 70 111
Decimal 176 56 73
Hex B0 38 49

RGB Percentages of Color #b03849

%57.70
%18.36
%23.93

CMYK Percentages of Color #b03849

%0
%68
%59
%31

Triadic Colors of #b03849

#b03849 #49b038 #3849b0

Analogous Colors of #b03849

#b03849 #b06338 #b03885

Monochromatic Colors of #b03849

#b03849

Complementary Color

#b03849 #38b09f

#b03849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03849 Color CSS Codes

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

#b03849 Text Font Color

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

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


#b03849 Background Color

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

This div background color is #b03849


#b03849 Border Color

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

This div border color is #b03849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03849


Comments

No comments written yet.

Please login to write comment.