Color Hex Logo

#b30539 Color Hex

#B30539
(179,5,57)
0 Favorites   0 Comments

Color spaces of #b30539

RGB 179557
HSL0.950.950.36
HSV342°97°70°
CMYK 0.000.970.68   0.30
XYZ19.38329.98774.7771
Yxy9.98770.56760.2925
Hunter Lab31.603354.173213.1602
CIE-Lab37.820362.321722.2544

#b30539 color RGB value is (179,5,57).

#b30539 hex color red value is 179, green value is 5 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b30539 hue: 0.95 , saturation: 0.95 and the lightness value of b30539 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000101 00111001
Octal 263 5 71
Decimal 179 5 57
Hex B3 5 39

RGB Percentages of Color #b30539

%74.27
%2.07
%23.65

CMYK Percentages of Color #b30539

%0
%97
%68
%30

Triadic Colors of #b30539

#b30539 #39b305 #0539b3

Analogous Colors of #b30539

#b30539 #b32805 #b30590

Monochromatic Colors of #b30539

#b30539

Complementary Color

#b30539 #05b37f

#b30539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30539 Color CSS Codes

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

#b30539 Text Font Color

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

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


#b30539 Background Color

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

This div background color is #b30539


#b30539 Border Color

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

This div border color is #b30539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30539


Comments

No comments written yet.

Please login to write comment.