Color Hex Logo

#b30642 Color Hex

#B30642
(179,6,66)
0 Favorites   0 Comments

Color spaces of #b30642

RGB 179666
HSL0.940.940.36
HSV339°97°70°
CMYK 0.000.970.63   0.30
XYZ19.638910.10736.0701
Yxy10.10730.54830.2822
Hunter Lab31.792054.629110.9340
CIE-Lab38.034362.687916.7599

#b30642 color RGB value is (179,6,66).

#b30642 hex color red value is 179, green value is 6 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b30642 hue: 0.94 , saturation: 0.94 and the lightness value of b30642 is 0.36.

The process color (four color CMYK) of #b30642 color hex is 0.00, 0.97, 0.63, 0.30. Web safe color of #b30642 is #cc0033. Color #b30642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000110 01000010
Octal 263 6 102
Decimal 179 6 66
Hex B3 6 42

RGB Percentages of Color #b30642

%71.31
%2.39
%26.29

CMYK Percentages of Color #b30642

%0
%97
%63
%30

Triadic Colors of #b30642

#b30642 #42b306 #0642b3

Analogous Colors of #b30642

#b30642 #b32106 #b30699

Monochromatic Colors of #b30642

#b30642

Complementary Color

#b30642 #06b377

#b30642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30642 Color CSS Codes

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

#b30642 Text Font Color

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

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


#b30642 Background Color

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

This div background color is #b30642


#b30642 Border Color

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

This div border color is #b30642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30642


Comments

No comments written yet.

Please login to write comment.