Color Hex Logo

#b3304f Color Hex

#B3304F
(179,48,79)
0 Favorites   0 Comments

Color spaces of #b3304f

RGB 1794879
HSL0.960.580.45
HSV346°73°70°
CMYK 0.000.730.56   0.30
XYZ21.058612.26218.6540
Yxy12.26210.50170.2921
Hunter Lab35.017346.06569.8595
CIE-Lab41.629754.148413.3713

#b3304f color RGB value is (179,48,79).

#b3304f hex color red value is 179, green value is 48 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b3304f hue: 0.96 , saturation: 0.58 and the lightness value of b3304f is 0.45.

The process color (four color CMYK) of #b3304f color hex is 0.00, 0.73, 0.56, 0.30. Web safe color of #b3304f is #cc3366. Color #b3304f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 01001111
Octal 263 60 117
Decimal 179 48 79
Hex B3 30 4F

RGB Percentages of Color #b3304f

%58.50
%15.69
%25.82

CMYK Percentages of Color #b3304f

%0
%73
%56
%30

Triadic Colors of #b3304f

#b3304f #4fb330 #304fb3

Analogous Colors of #b3304f

#b3304f #b35330 #b33091

Monochromatic Colors of #b3304f

#b3304f

Complementary Color

#b3304f #30b394

#b3304f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3304f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3304f Color CSS Codes

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

#b3304f Text Font Color

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

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


#b3304f Background Color

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

This div background color is #b3304f


#b3304f Border Color

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

This div border color is #b3304f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,48,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 #b3304f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3304f


Comments

No comments written yet.

Please login to write comment.