Color Hex Logo

#b1257d Color Hex

#B1257D
(177,37,125)
0 Favorites   0 Comments

Color spaces of #b1257d

RGB 17737125
HSL0.900.650.42
HSV322°79°69°
CMYK 0.000.790.29   0.31
XYZ22.494712.150920.5618
Yxy12.15090.40750.2201
Hunter Lab34.858154.1881-10.5727
CIE-Lab41.455061.6285-15.6838

#b1257d color RGB value is (177,37,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100101 01111101
Octal 261 45 175
Decimal 177 37 125
Hex B1 25 7D

RGB Percentages of Color #b1257d

%52.21
%10.91
%36.87

CMYK Percentages of Color #b1257d

%0
%79
%29
%31

Triadic Colors of #b1257d

#b1257d #7db125 #257db1

Analogous Colors of #b1257d

#b1257d #b12537 #9f25b1

Monochromatic Colors of #b1257d

#b1257d

Complementary Color

#b1257d #25b159

#b1257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1257d Color CSS Codes

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

#b1257d Text Font Color

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

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


#b1257d Background Color

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

This div background color is #b1257d


#b1257d Border Color

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

This div border color is #b1257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1257d


Comments

No comments written yet.

Please login to write comment.