Color Hex Logo

#b2545f Color Hex

#B2545F
(178,84,95)
0 Favorites   0 Comments

Color spaces of #b2545f

RGB 1788495
HSL0.980.380.51
HSV353°53°70°
CMYK 0.000.530.47   0.30
XYZ23.596016.631812.7931
Yxy16.63180.44500.3137
Hunter Lab40.782131.90919.9486
CIE-Lab47.792739.277612.0305

#b2545f color RGB value is (178,84,95).

#b2545f hex color red value is 178, green value is 84 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b2545f hue: 0.98 , saturation: 0.38 and the lightness value of b2545f is 0.51.

The process color (four color CMYK) of #b2545f color hex is 0.00, 0.53, 0.47, 0.30. Web safe color of #b2545f is #996666. Color #b2545f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010100 01011111
Octal 262 124 137
Decimal 178 84 95
Hex B2 54 5F

RGB Percentages of Color #b2545f

%49.86
%23.53
%26.61

CMYK Percentages of Color #b2545f

%0
%53
%47
%30

Triadic Colors of #b2545f

#b2545f #5fb254 #545fb2

Analogous Colors of #b2545f

#b2545f #b27854 #b2548e

Monochromatic Colors of #b2545f

#b2545f

Complementary Color

#b2545f #54b2a7

#b2545f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2545f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2545f Color CSS Codes

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

#b2545f Text Font Color

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

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


#b2545f Background Color

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

This div background color is #b2545f


#b2545f Border Color

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

This div border color is #b2545f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2545f


Comments

No comments written yet.

Please login to write comment.