Color Hex Logo

#b2174e Color Hex

#B2174E
(178,23,78)
0 Favorites   0 Comments

Color spaces of #b2174e

RGB 1782378
HSL0.940.770.39
HSV339°87°70°
CMYK 0.000.870.56   0.30
XYZ20.041610.62788.2028
Yxy10.62780.51560.2734
Hunter Lab32.600352.68547.9018
CIE-Lab38.946460.763310.2661

#b2174e color RGB value is (178,23,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010111 01001110
Octal 262 27 116
Decimal 178 23 78
Hex B2 17 4E

RGB Percentages of Color #b2174e

%63.80
%8.24
%27.96

CMYK Percentages of Color #b2174e

%0
%87
%56
%30

Triadic Colors of #b2174e

#b2174e #4eb217 #174eb2

Analogous Colors of #b2174e

#b2174e #b22e17 #b2179c

Monochromatic Colors of #b2174e

#b2174e

Complementary Color

#b2174e #17b27b

#b2174e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2174e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2174e Color CSS Codes

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

#b2174e Text Font Color

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

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


#b2174e Background Color

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

This div background color is #b2174e


#b2174e Border Color

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

This div border color is #b2174e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,23,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2174e


Comments

No comments written yet.

Please login to write comment.