Color Hex Logo

#b11890 Color Hex

#B11890
(177,24,144)
0 Favorites   0 Comments

Color spaces of #b11890

RGB 17724144
HSL0.870.760.39
HSV313°86°69°
CMYK 0.000.860.19   0.31
XYZ23.492112.014027.4663
Yxy12.01400.37310.1908
Hunter Lab34.661260.3236-22.7198
CIE-Lab41.238467.0672-27.6830

#b11890 color RGB value is (177,24,144).

#b11890 hex color red value is 177, green value is 24 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b11890 hue: 0.87 , saturation: 0.76 and the lightness value of b11890 is 0.39.

The process color (four color CMYK) of #b11890 color hex is 0.00, 0.86, 0.19, 0.31. Web safe color of #b11890 is #990099. Color #b11890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011000 10010000
Octal 261 30 220
Decimal 177 24 144
Hex B1 18 90

RGB Percentages of Color #b11890

%51.30
%6.96
%41.74

CMYK Percentages of Color #b11890

%0
%86
%19
%31

Triadic Colors of #b11890

#b11890 #90b118 #1890b1

Analogous Colors of #b11890

#b11890 #b11843 #8618b1

Monochromatic Colors of #b11890

#b11890

Complementary Color

#b11890 #18b139

#b11890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11890 Color CSS Codes

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

#b11890 Text Font Color

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

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


#b11890 Background Color

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

This div background color is #b11890


#b11890 Border Color

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

This div border color is #b11890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,24,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b11890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b11890;
  -webkit-box-shadow: 1px 1px 3px 2px #b11890;
  box-shadow:         1px 1px 3px 2px #b11890; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,24,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11890


Comments

No comments written yet.

Please login to write comment.