Color Hex Logo

#b9429c Color Hex

#B9429C
(185,66,156)
0 Favorites   0 Comments

Color spaces of #b9429c

RGB 18566156
HSL0.870.470.49
HSV315°64°73°
CMYK 0.000.640.16   0.27
XYZ27.956516.611033.1853
Yxy16.61100.35960.2136
Hunter Lab40.756651.1159-19.7462
CIE-Lab47.766157.6664-24.6523

#b9429c color RGB value is (185,66,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000010 10011100
Octal 271 102 234
Decimal 185 66 156
Hex B9 42 9C

RGB Percentages of Color #b9429c

%45.45
%16.22
%38.33

CMYK Percentages of Color #b9429c

%0
%64
%16
%27

Triadic Colors of #b9429c

#b9429c #9cb942 #429cb9

Analogous Colors of #b9429c

#b9429c #b94261 #9b42b9

Monochromatic Colors of #b9429c

#b9429c

Complementary Color

#b9429c #42b95f

#b9429c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9429c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9429c Color CSS Codes

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

#b9429c Text Font Color

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

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


#b9429c Background Color

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

This div background color is #b9429c


#b9429c Border Color

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

This div border color is #b9429c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9429c


Comments

No comments written yet.

Please login to write comment.