Color Hex Logo

#b33846 Color Hex

#B33846
(179,56,70)
0 Favorites   0 Comments

Color spaces of #b33846

RGB 1795670
HSL0.980.520.46
HSV353°69°70°
CMYK 0.000.690.61   0.30
XYZ21.110112.85427.1628
Yxy12.85420.51330.3125
Hunter Lab35.852842.358513.2517
CIE-Lab42.542750.459320.1991

#b33846 color RGB value is (179,56,70).

#b33846 hex color red value is 179, green value is 56 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b33846 hue: 0.98 , saturation: 0.52 and the lightness value of b33846 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 01000110
Octal 263 70 106
Decimal 179 56 70
Hex B3 38 46

RGB Percentages of Color #b33846

%58.69
%18.36
%22.95

CMYK Percentages of Color #b33846

%0
%69
%61
%30

Triadic Colors of #b33846

#b33846 #46b338 #3846b3

Analogous Colors of #b33846

#b33846 #b36838 #b33884

Monochromatic Colors of #b33846

#b33846

Complementary Color

#b33846 #38b3a5

#b33846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33846 Color CSS Codes

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

#b33846 Text Font Color

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

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


#b33846 Background Color

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

This div background color is #b33846


#b33846 Border Color

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

This div border color is #b33846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33846


Comments

No comments written yet.

Please login to write comment.