Color Hex Logo

#b9368e Color Hex

#B9368E
(185,54,142)
0 Favorites   0 Comments

Color spaces of #b9368e

RGB 18554142
HSL0.890.550.47
HSV320°71°73°
CMYK 0.000.710.23   0.27
XYZ26.209214.905627.0869
Yxy14.90560.38430.2186
Hunter Lab38.607853.6126-14.5719
CIE-Lab45.504660.3370-19.7428

#b9368e color RGB value is (185,54,142).

#b9368e hex color red value is 185, green value is 54 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b9368e hue: 0.89 , saturation: 0.55 and the lightness value of b9368e is 0.47.

The process color (four color CMYK) of #b9368e color hex is 0.00, 0.71, 0.23, 0.27. Web safe color of #b9368e is #cc3399. Color #b9368e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110110 10001110
Octal 271 66 216
Decimal 185 54 142
Hex B9 36 8E

RGB Percentages of Color #b9368e

%48.56
%14.17
%37.27

CMYK Percentages of Color #b9368e

%0
%71
%23
%27

Triadic Colors of #b9368e

#b9368e #8eb936 #368eb9

Analogous Colors of #b9368e

#b9368e #b9364c #a336b9

Monochromatic Colors of #b9368e

#b9368e

Complementary Color

#b9368e #36b961

#b9368e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9368e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9368e Color CSS Codes

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

#b9368e Text Font Color

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

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


#b9368e Background Color

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

This div background color is #b9368e


#b9368e Border Color

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

This div border color is #b9368e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9368e


Comments

No comments written yet.

Please login to write comment.