Color Hex Logo

#b1127f Color Hex

#B1127F
(177,18,127)
0 Favorites   0 Comments

Color spaces of #b1127f

RGB 17718127
HSL0.890.820.38
HSV319°90°69°
CMYK 0.000.900.28   0.31
XYZ22.178511.312021.0932
Yxy11.31200.40630.2072
Hunter Lab33.633358.8483-13.6405
CIE-Lab40.101166.0082-18.9982

#b1127f color RGB value is (177,18,127).

#b1127f hex color red value is 177, green value is 18 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1127f hue: 0.89 , saturation: 0.82 and the lightness value of b1127f is 0.38.

The process color (four color CMYK) of #b1127f color hex is 0.00, 0.90, 0.28, 0.31. Web safe color of #b1127f is #990066. Color #b1127f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010010 01111111
Octal 261 22 177
Decimal 177 18 127
Hex B1 12 7F

RGB Percentages of Color #b1127f

%54.97
%5.59
%39.44

CMYK Percentages of Color #b1127f

%0
%90
%28
%31

Triadic Colors of #b1127f

#b1127f #7fb112 #127fb1

Analogous Colors of #b1127f

#b1127f #b11230 #9412b1

Monochromatic Colors of #b1127f

#b1127f

Complementary Color

#b1127f #12b144

#b1127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1127f Color CSS Codes

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

#b1127f Text Font Color

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

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


#b1127f Background Color

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

This div background color is #b1127f


#b1127f Border Color

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

This div border color is #b1127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1127f


Comments

No comments written yet.

Please login to write comment.