Color Hex Logo

#b32834 Color Hex

#B32834
(179,40,52)
0 Favorites   0 Comments

Color spaces of #b32834

RGB 1794052
HSL0.990.630.43
HSV355°78°70°
CMYK 0.000.780.71   0.30
XYZ19.969011.34924.3869
Yxy11.34920.55930.3179
Hunter Lab33.688646.851415.8613
CIE-Lab40.162555.161728.2679

#b32834 color RGB value is (179,40,52).

#b32834 hex color red value is 179, green value is 40 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b32834 hue: 0.99 , saturation: 0.63 and the lightness value of b32834 is 0.43.

The process color (four color CMYK) of #b32834 color hex is 0.00, 0.78, 0.71, 0.30. Web safe color of #b32834 is #cc3333. Color #b32834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101000 00110100
Octal 263 50 64
Decimal 179 40 52
Hex B3 28 34

RGB Percentages of Color #b32834

%66.05
%14.76
%19.19

CMYK Percentages of Color #b32834

%0
%78
%71
%30

Triadic Colors of #b32834

#b32834 #34b328 #2834b3

Analogous Colors of #b32834

#b32834 #b36128 #b3287a

Monochromatic Colors of #b32834

#b32834

Complementary Color

#b32834 #28b3a7

#b32834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32834 Color CSS Codes

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

#b32834 Text Font Color

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

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


#b32834 Background Color

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

This div background color is #b32834


#b32834 Border Color

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

This div border color is #b32834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32834


Comments

No comments written yet.

Please login to write comment.