Color Hex Logo

#b1247d Color Hex

#B1247D
(177,36,125)
0 Favorites   0 Comments

Color spaces of #b1247d

RGB 17736125
HSL0.890.660.42
HSV322°80°69°
CMYK 0.000.800.29   0.31
XYZ22.464012.089520.5516
Yxy12.08950.40770.2194
Hunter Lab34.770054.4770-10.7058
CIE-Lab41.358061.9055-15.8320

#b1247d color RGB value is (177,36,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 01111101
Octal 261 44 175
Decimal 177 36 125
Hex B1 24 7D

RGB Percentages of Color #b1247d

%52.37
%10.65
%36.98

CMYK Percentages of Color #b1247d

%0
%80
%29
%31

Triadic Colors of #b1247d

#b1247d #7db124 #247db1

Analogous Colors of #b1247d

#b1247d #b12437 #9f24b1

Monochromatic Colors of #b1247d

#b1247d

Complementary Color

#b1247d #24b158

#b1247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1247d Color CSS Codes

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

#b1247d Text Font Color

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

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


#b1247d Background Color

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

This div background color is #b1247d


#b1247d Border Color

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

This div border color is #b1247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1247d


Comments

No comments written yet.

Please login to write comment.