Color Hex Logo

#b3475f Color Hex

#B3475F
(179,71,95)
0 Favorites   0 Comments

Color spaces of #b3475f

RGB 1797195
HSL0.960.430.49
HSV347°60°70°
CMYK 0.000.600.47   0.30
XYZ22.909214.916412.4982
Yxy14.91640.45520.2964
Hunter Lab38.621838.29257.8487
CIE-Lab45.519545.99708.8697

#b3475f color RGB value is (179,71,95).

#b3475f hex color red value is 179, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b3475f hue: 0.96 , saturation: 0.43 and the lightness value of b3475f is 0.49.

The process color (four color CMYK) of #b3475f color hex is 0.00, 0.60, 0.47, 0.30. Web safe color of #b3475f is #cc3366. Color #b3475f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 01011111
Octal 263 107 137
Decimal 179 71 95
Hex B3 47 5F

RGB Percentages of Color #b3475f

%51.88
%20.58
%27.54

CMYK Percentages of Color #b3475f

%0
%60
%47
%30

Triadic Colors of #b3475f

#b3475f #5fb347 #475fb3

Analogous Colors of #b3475f

#b3475f #b36547 #b34795

Monochromatic Colors of #b3475f

#b3475f

Complementary Color

#b3475f #47b39b

#b3475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3475f Color CSS Codes

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

#b3475f Text Font Color

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

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


#b3475f Background Color

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

This div background color is #b3475f


#b3475f Border Color

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

This div border color is #b3475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3475f


Comments

No comments written yet.

Please login to write comment.