Color Hex Logo

#b33948 Color Hex

#B33948
(179,57,72)
0 Favorites   0 Comments

Color spaces of #b33948

RGB 1795772
HSL0.980.520.46
HSV353°68°70°
CMYK 0.000.680.60   0.30
XYZ21.223212.97787.5173
Yxy12.97780.50870.3111
Hunter Lab36.024742.116312.8452
CIE-Lab42.729850.192919.2110

#b33948 color RGB value is (179,57,72).

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

The process color (four color CMYK) of #b33948 color hex is 0.00, 0.68, 0.60, 0.30. Web safe color of #b33948 is #cc3333. Color #b33948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 01001000
Octal 263 71 110
Decimal 179 57 72
Hex B3 39 48

RGB Percentages of Color #b33948

%58.12
%18.51
%23.38

CMYK Percentages of Color #b33948

%0
%68
%60
%30

Triadic Colors of #b33948

#b33948 #48b339 #3948b3

Analogous Colors of #b33948

#b33948 #b36739 #b33985

Monochromatic Colors of #b33948

#b33948

Complementary Color

#b33948 #39b3a4

#b33948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33948 Color CSS Codes

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

#b33948 Text Font Color

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

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


#b33948 Background Color

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

This div background color is #b33948


#b33948 Border Color

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

This div border color is #b33948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33948


Comments

No comments written yet.

Please login to write comment.