Color Hex Logo

#b9299c Color Hex

#B9299C
(185,41,156)
0 Favorites   0 Comments

Color spaces of #b9299c

RGB 18541156
HSL0.870.640.44
HSV312°78°73°
CMYK 0.000.780.16   0.27
XYZ26.801314.300532.8002
Yxy14.30050.36270.1935
Hunter Lab37.816060.3301-24.9547
CIE-Lab44.660866.4065-29.4835

#b9299c color RGB value is (185,41,156).

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

The process color (four color CMYK) of #b9299c color hex is 0.00, 0.78, 0.16, 0.27. Web safe color of #b9299c is #cc3399. Color #b9299c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00101001 10011100
Octal 271 51 234
Decimal 185 41 156
Hex B9 29 9C

RGB Percentages of Color #b9299c

%48.43
%10.73
%40.84

CMYK Percentages of Color #b9299c

%0
%78
%16
%27

Triadic Colors of #b9299c

#b9299c #9cb929 #299cb9

Analogous Colors of #b9299c

#b9299c #b92954 #8e29b9

Monochromatic Colors of #b9299c

#b9299c

Complementary Color

#b9299c #29b946

#b9299c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9299c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9299c Color CSS Codes

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

#b9299c Text Font Color

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

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


#b9299c Background Color

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

This div background color is #b9299c


#b9299c Border Color

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

This div border color is #b9299c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9299c


Comments

No comments written yet.

Please login to write comment.