Color Hex Logo

#b9418d Color Hex

#B9418D
(185,65,141)
0 Favorites   0 Comments

Color spaces of #b9418d

RGB 18565141
HSL0.890.480.49
HSV322°65°73°
CMYK 0.000.650.24   0.27
XYZ26.705616.018026.8835
Yxy16.01800.38370.2301
Hunter Lab40.022549.0674-11.8099
CIE-Lab46.998155.9414-16.8522

#b9418d color RGB value is (185,65,141).

#b9418d hex color red value is 185, green value is 65 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b9418d hue: 0.89 , saturation: 0.48 and the lightness value of b9418d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 10001101
Octal 271 101 215
Decimal 185 65 141
Hex B9 41 8D

RGB Percentages of Color #b9418d

%47.31
%16.62
%36.06

CMYK Percentages of Color #b9418d

%0
%65
%24
%27

Triadic Colors of #b9418d

#b9418d #8db941 #418db9

Analogous Colors of #b9418d

#b9418d #b94151 #a941b9

Monochromatic Colors of #b9418d

#b9418d

Complementary Color

#b9418d #41b96d

#b9418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9418d Color CSS Codes

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

#b9418d Text Font Color

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

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


#b9418d Background Color

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

This div background color is #b9418d


#b9418d Border Color

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

This div border color is #b9418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9418d


Comments

No comments written yet.

Please login to write comment.