Color Hex Logo

#b41186 Color Hex

#B41186
(180,17,134)
0 Favorites   0 Comments

Color spaces of #b41186

RGB 18017134
HSL0.880.830.39
HSV317°91°71°
CMYK 0.000.910.26   0.29
XYZ23.325911.825423.6074
Yxy11.82540.39700.2013
Hunter Lab34.388160.8998-16.6309
CIE-Lab40.937367.6233-21.9829

#b41186 color RGB value is (180,17,134).

#b41186 hex color red value is 180, green value is 17 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b41186 hue: 0.88 , saturation: 0.83 and the lightness value of b41186 is 0.39.

The process color (four color CMYK) of #b41186 color hex is 0.00, 0.91, 0.26, 0.29. Web safe color of #b41186 is #cc0099. Color #b41186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 10000110
Octal 264 21 206
Decimal 180 17 134
Hex B4 11 86

RGB Percentages of Color #b41186

%54.38
%5.14
%40.48

CMYK Percentages of Color #b41186

%0
%91
%26
%29

Triadic Colors of #b41186

#b41186 #86b411 #1186b4

Analogous Colors of #b41186

#b41186 #b41134 #9111b4

Monochromatic Colors of #b41186

#b41186

Complementary Color

#b41186 #11b43f

#b41186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41186 Color CSS Codes

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

#b41186 Text Font Color

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

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


#b41186 Background Color

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

This div background color is #b41186


#b41186 Border Color

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

This div border color is #b41186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,17,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b41186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b41186;
  -webkit-box-shadow: 1px 1px 3px 2px #b41186;
  box-shadow:         1px 1px 3px 2px #b41186; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,17,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41186


Comments

No comments written yet.

Please login to write comment.