Color Hex Logo

#b1257f Color Hex

#B1257F
(177,37,127)
0 Favorites   0 Comments

Color spaces of #b1257f

RGB 17737127
HSL0.890.650.42
HSV321°79°69°
CMYK 0.000.790.28   0.31
XYZ22.623812.202621.2416
Yxy12.20260.40350.2176
Hunter Lab34.932254.4739-11.6005
CIE-Lab41.536361.8683-16.7944

#b1257f color RGB value is (177,37,127).

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

The process color (four color CMYK) of #b1257f color hex is 0.00, 0.79, 0.28, 0.31. Web safe color of #b1257f is #993366. Color #b1257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100101 01111111
Octal 261 45 177
Decimal 177 37 127
Hex B1 25 7F

RGB Percentages of Color #b1257f

%51.91
%10.85
%37.24

CMYK Percentages of Color #b1257f

%0
%79
%28
%31

Triadic Colors of #b1257f

#b1257f #7fb125 #257fb1

Analogous Colors of #b1257f

#b1257f #b12539 #9d25b1

Monochromatic Colors of #b1257f

#b1257f

Complementary Color

#b1257f #25b157

#b1257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1257f Color CSS Codes

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

#b1257f Text Font Color

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

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


#b1257f Background Color

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

This div background color is #b1257f


#b1257f Border Color

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

This div border color is #b1257f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,37,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 #b1257f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1257f


Comments

No comments written yet.

Please login to write comment.