Color Hex Logo

#b4034f Color Hex

#B4034F
(180,3,79)
0 Favorites   0 Comments

Color spaces of #b4034f

RGB 180379
HSL0.930.970.36
HSV334°98°71°
CMYK 0.000.980.56   0.29
XYZ20.266210.33298.3234
Yxy10.33290.52070.2655
Hunter Lab32.144856.28467.1492
CIE-Lab38.433464.08218.9697

#b4034f color RGB value is (180,3,79).

#b4034f hex color red value is 180, green value is 3 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b4034f hue: 0.93 , saturation: 0.97 and the lightness value of b4034f is 0.36.

The process color (four color CMYK) of #b4034f color hex is 0.00, 0.98, 0.56, 0.29. Web safe color of #b4034f is #cc0066. Color #b4034f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000011 01001111
Octal 264 3 117
Decimal 180 3 79
Hex B4 3 4F

RGB Percentages of Color #b4034f

%68.70
%1.15
%30.15

CMYK Percentages of Color #b4034f

%0
%98
%56
%29

Triadic Colors of #b4034f

#b4034f #4fb403 #034fb4

Analogous Colors of #b4034f

#b4034f #b40f03 #b403a8

Monochromatic Colors of #b4034f

#b4034f

Complementary Color

#b4034f #03b468

#b4034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4034f Color CSS Codes

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

#b4034f Text Font Color

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

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


#b4034f Background Color

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

This div background color is #b4034f


#b4034f Border Color

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

This div border color is #b4034f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,3,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4034f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4034f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4034f;
  box-shadow:         1px 1px 3px 2px #b4034f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,3,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4034f


Comments

No comments written yet.

Please login to write comment.