Color Hex Logo

#b2154f Color Hex

#B2154F
(178,21,79)
0 Favorites   0 Comments

Color spaces of #b2154f

RGB 1782179
HSL0.940.790.39
HSV338°88°70°
CMYK 0.000.880.56   0.30
XYZ20.039510.56588.3803
Yxy10.56580.51400.2710
Hunter Lab32.505153.16207.4677
CIE-Lab38.839361.21449.4766

#b2154f color RGB value is (178,21,79).

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

The process color (four color CMYK) of #b2154f color hex is 0.00, 0.88, 0.56, 0.30. Web safe color of #b2154f is #990066. Color #b2154f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 01001111
Octal 262 25 117
Decimal 178 21 79
Hex B2 15 4F

RGB Percentages of Color #b2154f

%64.03
%7.55
%28.42

CMYK Percentages of Color #b2154f

%0
%88
%56
%30

Triadic Colors of #b2154f

#b2154f #4fb215 #154fb2

Analogous Colors of #b2154f

#b2154f #b22a15 #b2159e

Monochromatic Colors of #b2154f

#b2154f

Complementary Color

#b2154f #15b278

#b2154f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2154f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2154f Color CSS Codes

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

#b2154f Text Font Color

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

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


#b2154f Background Color

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

This div background color is #b2154f


#b2154f Border Color

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

This div border color is #b2154f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2154f


Comments

No comments written yet.

Please login to write comment.