Color Hex Logo

#b94089 Color Hex

#B94089
(185,64,137)
0 Favorites   0 Comments

Color spaces of #b94089

RGB 18564137
HSL0.900.490.49
HSV324°65°73°
CMYK 0.000.650.26   0.27
XYZ26.356315.787225.3250
Yxy15.78720.39060.2340
Hunter Lab39.733148.8721-9.9770
CIE-Lab46.694155.8179-14.9034

#b94089 color RGB value is (185,64,137).

#b94089 hex color red value is 185, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b94089 hue: 0.90 , saturation: 0.49 and the lightness value of b94089 is 0.49.

The process color (four color CMYK) of #b94089 color hex is 0.00, 0.65, 0.26, 0.27. Web safe color of #b94089 is #cc3399. Color #b94089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 10001001
Octal 271 100 211
Decimal 185 64 137
Hex B9 40 89

RGB Percentages of Color #b94089

%47.93
%16.58
%35.49

CMYK Percentages of Color #b94089

%0
%65
%26
%27

Triadic Colors of #b94089

#b94089 #89b940 #4089b9

Analogous Colors of #b94089

#b94089 #b9404c #ad40b9

Monochromatic Colors of #b94089

#b94089

Complementary Color

#b94089 #40b970

#b94089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94089 Color CSS Codes

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

#b94089 Text Font Color

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

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


#b94089 Background Color

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

This div background color is #b94089


#b94089 Border Color

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

This div border color is #b94089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94089


Comments

No comments written yet.

Please login to write comment.