Color Hex Logo

#b2504f Color Hex

#B2504F
(178,80,79)
0 Favorites   0 Comments

Color spaces of #b2504f

RGB 1788079
HSL0.000.390.50
HSV56°70°
CMYK 0.000.550.56   0.30
XYZ22.640015.76689.2472
Yxy15.76680.47510.3309
Hunter Lab39.707432.287413.9875
CIE-Lab46.667039.827120.1349

#b2504f color RGB value is (178,80,79).

#b2504f hex color red value is 178, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b2504f hue: 0.00 , saturation: 0.39 and the lightness value of b2504f is 0.50.

The process color (four color CMYK) of #b2504f color hex is 0.00, 0.55, 0.56, 0.30. Web safe color of #b2504f is #996666. Color #b2504f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010000 01001111
Octal 262 120 117
Decimal 178 80 79
Hex B2 50 4F

RGB Percentages of Color #b2504f

%52.82
%23.74
%23.44

CMYK Percentages of Color #b2504f

%0
%55
%56
%30

Triadic Colors of #b2504f

#b2504f #4fb250 #504fb2

Analogous Colors of #b2504f

#b2504f #b2824f #b24f80

Monochromatic Colors of #b2504f

#b2504f

Complementary Color

#b2504f #4fb1b2

#b2504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2504f Color CSS Codes

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

#b2504f Text Font Color

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

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


#b2504f Background Color

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

This div background color is #b2504f


#b2504f Border Color

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

This div border color is #b2504f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2504f


Comments

No comments written yet.

Please login to write comment.