Color Hex Logo

#b9459e Color Hex

#B9459E
(185,69,158)
0 Favorites   0 Comments

Color spaces of #b9459e

RGB 18569158
HSL0.870.460.50
HSV314°63°73°
CMYK 0.000.630.15   0.27
XYZ28.307317.039234.1447
Yxy17.03920.35610.2144
Hunter Lab41.278650.1711-20.1484
CIE-Lab48.309456.7097-25.0003

#b9459e color RGB value is (185,69,158).

#b9459e hex color red value is 185, green value is 69 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b9459e hue: 0.87 , saturation: 0.46 and the lightness value of b9459e is 0.50.

The process color (four color CMYK) of #b9459e color hex is 0.00, 0.63, 0.15, 0.27. Web safe color of #b9459e is #cc3399. Color #b9459e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000101 10011110
Octal 271 105 236
Decimal 185 69 158
Hex B9 45 9E

RGB Percentages of Color #b9459e

%44.90
%16.75
%38.35

CMYK Percentages of Color #b9459e

%0
%63
%15
%27

Triadic Colors of #b9459e

#b9459e #9eb945 #459eb9

Analogous Colors of #b9459e

#b9459e #b94564 #9a45b9

Monochromatic Colors of #b9459e

#b9459e

Complementary Color

#b9459e #45b960

#b9459e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9459e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9459e Color CSS Codes

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

#b9459e Text Font Color

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

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


#b9459e Background Color

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

This div background color is #b9459e


#b9459e Border Color

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

This div border color is #b9459e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9459e


Comments

No comments written yet.

Please login to write comment.