Color Hex Logo

#b94780 Color Hex

#B94780
(185,71,128)
0 Favorites   0 Comments

Color spaces of #b94780

RGB 18571128
HSL0.920.450.50
HSV330°62°73°
CMYK 0.000.620.31   0.27
XYZ26.157116.379322.2050
Yxy16.37930.40400.2530
Hunter Lab40.471344.5418-4.2001
CIE-Lab47.468251.6574-8.2947

#b94780 color RGB value is (185,71,128).

#b94780 hex color red value is 185, green value is 71 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b94780 hue: 0.92 , saturation: 0.45 and the lightness value of b94780 is 0.50.

The process color (four color CMYK) of #b94780 color hex is 0.00, 0.62, 0.31, 0.27. Web safe color of #b94780 is #cc3399. Color #b94780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 10000000
Octal 271 107 200
Decimal 185 71 128
Hex B9 47 80

RGB Percentages of Color #b94780

%48.18
%18.49
%33.33

CMYK Percentages of Color #b94780

%0
%62
%31
%27

Triadic Colors of #b94780

#b94780 #80b947 #4780b9

Analogous Colors of #b94780

#b94780 #b94747 #b947b9

Monochromatic Colors of #b94780

#b94780

Complementary Color

#b94780 #47b980

#b94780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94780 Color CSS Codes

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

#b94780 Text Font Color

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

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


#b94780 Background Color

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

This div background color is #b94780


#b94780 Border Color

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

This div border color is #b94780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94780


Comments

No comments written yet.

Please login to write comment.