Color Hex Logo

#b33038 Color Hex

#B33038
(179,48,56)
0 Favorites   0 Comments

Color spaces of #b33038

RGB 1794856
HSL0.990.580.45
HSV356°73°70°
CMYK 0.000.730.69   0.30
XYZ20.361211.98314.9812
Yxy11.98310.54550.3210
Hunter Lab34.616644.413115.7000
CIE-Lab41.189252.669427.0722

#b33038 color RGB value is (179,48,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 00111000
Octal 263 60 70
Decimal 179 48 56
Hex B3 30 38

RGB Percentages of Color #b33038

%63.25
%16.96
%19.79

CMYK Percentages of Color #b33038

%0
%73
%69
%30

Triadic Colors of #b33038

#b33038 #38b330 #3038b3

Analogous Colors of #b33038

#b33038 #b36a30 #b3307a

Monochromatic Colors of #b33038

#b33038

Complementary Color

#b33038 #30b3ab

#b33038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33038 Color CSS Codes

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

#b33038 Text Font Color

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

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


#b33038 Background Color

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

This div background color is #b33038


#b33038 Border Color

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

This div border color is #b33038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33038


Comments

No comments written yet.

Please login to write comment.