Color Hex Logo

#b03042 Color Hex

#B03042
(176,48,66)
0 Favorites   0 Comments

Color spaces of #b03042

RGB 1764866
HSL0.980.570.44
HSV352°73°69°
CMYK 0.000.730.63   0.31
XYZ19.944811.73746.3686
Yxy11.73740.52420.3085
Hunter Lab34.259943.961112.9605
CIE-Lab40.795752.312320.2885

#b03042 color RGB value is (176,48,66).

#b03042 hex color red value is 176, green value is 48 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b03042 hue: 0.98 , saturation: 0.57 and the lightness value of b03042 is 0.44.

The process color (four color CMYK) of #b03042 color hex is 0.00, 0.73, 0.63, 0.31. Web safe color of #b03042 is #993333. Color #b03042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 01000010
Octal 260 60 102
Decimal 176 48 66
Hex B0 30 42

RGB Percentages of Color #b03042

%60.69
%16.55
%22.76

CMYK Percentages of Color #b03042

%0
%73
%63
%31

Triadic Colors of #b03042

#b03042 #42b030 #3042b0

Analogous Colors of #b03042

#b03042 #b05e30 #b03082

Monochromatic Colors of #b03042

#b03042

Complementary Color

#b03042 #30b09e

#b03042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03042 Color CSS Codes

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

#b03042 Text Font Color

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

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


#b03042 Background Color

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

This div background color is #b03042


#b03042 Border Color

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

This div border color is #b03042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03042


Comments

No comments written yet.

Please login to write comment.