Color Hex Logo

#b9419d Color Hex

#B9419D
(185,65,157)
0 Favorites   0 Comments

Color spaces of #b9419d

RGB 18565157
HSL0.870.480.49
HSV314°65°73°
CMYK 0.000.650.15   0.27
XYZ27.983716.529233.6138
Yxy16.52920.35820.2116
Hunter Lab40.656151.7138-20.5607
CIE-Lab47.661358.2261-25.4099

#b9419d color RGB value is (185,65,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 10011101
Octal 271 101 235
Decimal 185 65 157
Hex B9 41 9D

RGB Percentages of Color #b9419d

%45.45
%15.97
%38.57

CMYK Percentages of Color #b9419d

%0
%65
%15
%27

Triadic Colors of #b9419d

#b9419d #9db941 #419db9

Analogous Colors of #b9419d

#b9419d #b94161 #9941b9

Monochromatic Colors of #b9419d

#b9419d

Complementary Color

#b9419d #41b95d

#b9419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9419d Color CSS Codes

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

#b9419d Text Font Color

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

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


#b9419d Background Color

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

This div background color is #b9419d


#b9419d Border Color

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

This div border color is #b9419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9419d


Comments

No comments written yet.

Please login to write comment.