Color Hex Logo

#b02d49 Color Hex

#B02D49
(176,45,73)
0 Favorites   0 Comments

Color spaces of #b02d49

RGB 1764573
HSL0.960.590.43
HSV347°74°69°
CMYK 0.000.740.59   0.31
XYZ20.045511.58797.4835
Yxy11.58790.51250.2962
Hunter Lab34.041045.540310.7945
CIE-Lab40.553553.855415.5820

#b02d49 color RGB value is (176,45,73).

#b02d49 hex color red value is 176, green value is 45 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b02d49 hue: 0.96 , saturation: 0.59 and the lightness value of b02d49 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101101 01001001
Octal 260 55 111
Decimal 176 45 73
Hex B0 2D 49

RGB Percentages of Color #b02d49

%59.86
%15.31
%24.83

CMYK Percentages of Color #b02d49

%0
%74
%59
%31

Triadic Colors of #b02d49

#b02d49 #49b02d #2d49b0

Analogous Colors of #b02d49

#b02d49 #b0532d #b02d8b

Monochromatic Colors of #b02d49

#b02d49

Complementary Color

#b02d49 #2db094

#b02d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02d49 Color CSS Codes

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

#b02d49 Text Font Color

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

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


#b02d49 Background Color

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

This div background color is #b02d49


#b02d49 Border Color

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

This div border color is #b02d49


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,45,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 #b02d49">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02d49


Comments

No comments written yet.

Please login to write comment.