Color Hex Logo

#b9294a Color Hex

#B9294A
(185,41,74)
0 Favorites   0 Comments

Color spaces of #b9294a

RGB 1854174
HSL0.960.640.44
HSV346°78°73°
CMYK 0.000.780.60   0.27
XYZ22.036612.39467.7095
Yxy12.39460.52290.2941
Hunter Lab35.206050.118711.6607
CIE-Lab41.836557.869916.9775

#b9294a color RGB value is (185,41,74).

#b9294a hex color red value is 185, green value is 41 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9294a hue: 0.96 , saturation: 0.64 and the lightness value of b9294a is 0.44.

The process color (four color CMYK) of #b9294a color hex is 0.00, 0.78, 0.60, 0.27. Web safe color of #b9294a is #cc3333. Color #b9294a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00101001 01001010
Octal 271 51 112
Decimal 185 41 74
Hex B9 29 4A

RGB Percentages of Color #b9294a

%61.67
%13.67
%24.67

CMYK Percentages of Color #b9294a

%0
%78
%60
%27

Triadic Colors of #b9294a

#b9294a #4ab929 #294ab9

Analogous Colors of #b9294a

#b9294a #b95029 #b92992

Monochromatic Colors of #b9294a

#b9294a

Complementary Color

#b9294a #29b998

#b9294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9294a Color CSS Codes

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

#b9294a Text Font Color

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

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


#b9294a Background Color

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

This div background color is #b9294a


#b9294a Border Color

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

This div border color is #b9294a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,41,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9294a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9294a;
  -webkit-box-shadow: 1px 1px 3px 2px #b9294a;
  box-shadow:         1px 1px 3px 2px #b9294a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,41,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9294a


Comments

No comments written yet.

Please login to write comment.