Color Hex Logo

#b11489 Color Hex

#B11489
(177,20,137)
0 Favorites   0 Comments

Color spaces of #b11489

RGB 17720137
HSL0.880.800.39
HSV315°89°69°
CMYK 0.000.890.23   0.31
XYZ22.897011.653624.7095
Yxy11.65360.38640.1967
Hunter Lab34.137459.9851-19.0195
CIE-Lab40.660266.8870-24.3020

#b11489 color RGB value is (177,20,137).

#b11489 hex color red value is 177, green value is 20 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b11489 hue: 0.88 , saturation: 0.80 and the lightness value of b11489 is 0.39.

The process color (four color CMYK) of #b11489 color hex is 0.00, 0.89, 0.23, 0.31. Web safe color of #b11489 is #990099. Color #b11489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010100 10001001
Octal 261 24 211
Decimal 177 20 137
Hex B1 14 89

RGB Percentages of Color #b11489

%52.99
%5.99
%41.02

CMYK Percentages of Color #b11489

%0
%89
%23
%31

Triadic Colors of #b11489

#b11489 #89b114 #1489b1

Analogous Colors of #b11489

#b11489 #b1143b #8b14b1

Monochromatic Colors of #b11489

#b11489

Complementary Color

#b11489 #14b13c

#b11489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11489 Color CSS Codes

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

#b11489 Text Font Color

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

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


#b11489 Background Color

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

This div background color is #b11489


#b11489 Border Color

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

This div border color is #b11489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11489


Comments

No comments written yet.

Please login to write comment.