Color Hex Logo

#b03534 Color Hex

#B03534
(176,53,52)
0 Favorites   0 Comments

Color spaces of #b03534

RGB 1765352
HSL0.000.540.45
HSV70°69°
CMYK 0.000.700.70   0.31
XYZ19.797412.02424.5263
Yxy12.02420.54470.3308
Hunter Lab34.675941.227516.5339
CIE-Lab41.254649.600629.4321

#b03534 color RGB value is (176,53,52).

#b03534 hex color red value is 176, green value is 53 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b03534 hue: 0.00 , saturation: 0.54 and the lightness value of b03534 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 00110100
Octal 260 65 64
Decimal 176 53 52
Hex B0 35 34

RGB Percentages of Color #b03534

%62.63
%18.86
%18.51

CMYK Percentages of Color #b03534

%0
%70
%70
%31

Triadic Colors of #b03534

#b03534 #34b035 #3534b0

Analogous Colors of #b03534

#b03534 #b07334 #b03471

Monochromatic Colors of #b03534

#b03534

Complementary Color

#b03534 #34afb0

#b03534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03534 Color CSS Codes

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

#b03534 Text Font Color

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

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


#b03534 Background Color

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

This div background color is #b03534


#b03534 Border Color

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

This div border color is #b03534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03534


Comments

No comments written yet.

Please login to write comment.