Color Hex Logo

#b30037 Color Hex

#B30037
(179,0,55)
0 Favorites   0 Comments

Color spaces of #b30037

RGB 179055
HSL0.951.000.35
HSV342°100°70°
CMYK 0.001.000.69   0.30
XYZ19.28009.85954.5013
Yxy9.85950.57310.2931
Hunter Lab31.399854.652113.4804
CIE-Lab37.589162.795323.2401

#b30037 color RGB value is (179,0,55).

#b30037 hex color red value is 179, green value is 0 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b30037 hue: 0.95 , saturation: 1.00 and the lightness value of b30037 is 0.35.

The process color (four color CMYK) of #b30037 color hex is 0.00, 1.00, 0.69, 0.30. Web safe color of #b30037 is #cc0033. Color #b30037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 00110111
Octal 263 0 67
Decimal 179 0 55
Hex B3 0 37

RGB Percentages of Color #b30037

%76.50
%0.00
%23.50

CMYK Percentages of Color #b30037

%0
%100
%69
%30

Triadic Colors of #b30037

#b30037 #37b300 #0037b3

Analogous Colors of #b30037

#b30037 #b32300 #b30091

Monochromatic Colors of #b30037

#b30037

Complementary Color

#b30037 #00b37c

#b30037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30037 Color CSS Codes

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

#b30037 Text Font Color

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

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


#b30037 Background Color

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

This div background color is #b30037


#b30037 Border Color

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

This div border color is #b30037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30037


Comments

No comments written yet.

Please login to write comment.