Color Hex Logo

#b94680 Color Hex

#B94680
(185,70,128)
0 Favorites   0 Comments

Color spaces of #b94680

RGB 18570128
HSL0.920.450.50
HSV330°62°73°
CMYK 0.000.620.31   0.27
XYZ26.094016.253122.1839
Yxy16.25310.40440.2519
Hunter Lab40.315144.9828-4.4045
CIE-Lab47.304852.1001-8.5392

#b94680 color RGB value is (185,70,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 10000000
Octal 271 106 200
Decimal 185 70 128
Hex B9 46 80

RGB Percentages of Color #b94680

%48.30
%18.28
%33.42

CMYK Percentages of Color #b94680

%0
%62
%31
%27

Triadic Colors of #b94680

#b94680 #80b946 #4680b9

Analogous Colors of #b94680

#b94680 #b94647 #b946b9

Monochromatic Colors of #b94680

#b94680

Complementary Color

#b94680 #46b97f

#b94680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94680 Color CSS Codes

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

#b94680 Text Font Color

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

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


#b94680 Background Color

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

This div background color is #b94680


#b94680 Border Color

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

This div border color is #b94680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94680


Comments

No comments written yet.

Please login to write comment.