Color Hex Logo

#b94682 Color Hex

#B94682
(185,70,130)
0 Favorites   0 Comments

Color spaces of #b94682

RGB 18570130
HSL0.910.450.50
HSV329°62°73°
CMYK 0.000.620.30   0.27
XYZ26.227016.306322.8842
Yxy16.30630.40090.2493
Hunter Lab40.381145.2667-5.3333
CIE-Lab47.373852.3538-9.6458

#b94682 color RGB value is (185,70,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 10000010
Octal 271 106 202
Decimal 185 70 130
Hex B9 46 82

RGB Percentages of Color #b94682

%48.05
%18.18
%33.77

CMYK Percentages of Color #b94682

%0
%62
%30
%27

Triadic Colors of #b94682

#b94682 #82b946 #4682b9

Analogous Colors of #b94682

#b94682 #b94649 #b746b9

Monochromatic Colors of #b94682

#b94682

Complementary Color

#b94682 #46b97d

#b94682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94682 Color CSS Codes

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

#b94682 Text Font Color

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

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


#b94682 Background Color

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

This div background color is #b94682


#b94682 Border Color

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

This div border color is #b94682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94682


Comments

No comments written yet.

Please login to write comment.