Color Hex Logo

#b3081e Color Hex

#B3081E
(179,8,30)
0 Favorites   0 Comments

Color spaces of #b3081e

RGB 179830
HSL0.980.910.37
HSV352°96°70°
CMYK 0.000.960.83   0.30
XYZ18.91169.85112.1330
Yxy9.85110.61210.3189
Hunter Lab31.386552.627117.9412
CIE-Lab37.573960.977738.4540

#b3081e color RGB value is (179,8,30).

#b3081e hex color red value is 179, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b3081e hue: 0.98 , saturation: 0.91 and the lightness value of b3081e is 0.37.

The process color (four color CMYK) of #b3081e color hex is 0.00, 0.96, 0.83, 0.30. Web safe color of #b3081e is #cc0033. Color #b3081e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 00011110
Octal 263 10 36
Decimal 179 8 30
Hex B3 8 1E

RGB Percentages of Color #b3081e

%82.49
%3.69
%13.82

CMYK Percentages of Color #b3081e

%0
%96
%83
%30

Triadic Colors of #b3081e

#b3081e #1eb308 #081eb3

Analogous Colors of #b3081e

#b3081e #b34808 #b30874

Monochromatic Colors of #b3081e

#b3081e

Complementary Color

#b3081e #08b39d

#b3081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3081e Color CSS Codes

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

#b3081e Text Font Color

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

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


#b3081e Background Color

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

This div background color is #b3081e


#b3081e Border Color

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

This div border color is #b3081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3081e


Comments

No comments written yet.

Please login to write comment.