Color Hex Logo

#b2194d Color Hex

#B2194D
(178,25,77)
0 Favorites   0 Comments

Color spaces of #b2194d

RGB 1782577
HSL0.940.750.40
HSV340°86°70°
CMYK 0.000.860.57   0.30
XYZ20.047310.69618.0291
Yxy10.69610.51700.2759
Hunter Lab32.704952.18268.3376
CIE-Lab39.063860.285311.0691

#b2194d color RGB value is (178,25,77).

#b2194d hex color red value is 178, green value is 25 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b2194d hue: 0.94 , saturation: 0.75 and the lightness value of b2194d is 0.40.

The process color (four color CMYK) of #b2194d color hex is 0.00, 0.86, 0.57, 0.30. Web safe color of #b2194d is #990066. Color #b2194d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 01001101
Octal 262 31 115
Decimal 178 25 77
Hex B2 19 4D

RGB Percentages of Color #b2194d

%63.57
%8.93
%27.50

CMYK Percentages of Color #b2194d

%0
%86
%57
%30

Triadic Colors of #b2194d

#b2194d #4db219 #194db2

Analogous Colors of #b2194d

#b2194d #b23219 #b2199a

Monochromatic Colors of #b2194d

#b2194d

Complementary Color

#b2194d #19b27e

#b2194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2194d Color CSS Codes

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

#b2194d Text Font Color

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

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


#b2194d Background Color

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

This div background color is #b2194d


#b2194d Border Color

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

This div border color is #b2194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2194d


Comments

No comments written yet.

Please login to write comment.