Color Hex Logo

#b33832 Color Hex

#B33832
(179,56,50)
0 Favorites   0 Comments

Color spaces of #b33832

RGB 1795650
HSL0.010.560.45
HSV72°70°
CMYK 0.000.690.72   0.30
XYZ20.580312.64234.3731
Yxy12.64230.54740.3363
Hunter Lab35.556041.095217.5970
CIE-Lab42.219349.299031.8860

#b33832 color RGB value is (179,56,50).

#b33832 hex color red value is 179, green value is 56 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b33832 hue: 0.01 , saturation: 0.56 and the lightness value of b33832 is 0.45.

The process color (four color CMYK) of #b33832 color hex is 0.00, 0.69, 0.72, 0.30. Web safe color of #b33832 is #cc3333. Color #b33832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 00110010
Octal 263 70 62
Decimal 179 56 50
Hex B3 38 32

RGB Percentages of Color #b33832

%62.81
%19.65
%17.54

CMYK Percentages of Color #b33832

%0
%69
%72
%30

Triadic Colors of #b33832

#b33832 #32b338 #3832b3

Analogous Colors of #b33832

#b33832 #b37932 #b3326d

Monochromatic Colors of #b33832

#b33832

Complementary Color

#b33832 #32adb3

#b33832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33832 Color CSS Codes

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

#b33832 Text Font Color

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

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


#b33832 Background Color

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

This div background color is #b33832


#b33832 Border Color

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

This div border color is #b33832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33832


Comments

No comments written yet.

Please login to write comment.