Color Hex Logo

#b1479f Color Hex

#B1479F
(177,71,159)
0 Favorites   0 Comments

Color spaces of #b1479f

RGB 17771159
HSL0.860.430.49
HSV310°60°69°
CMYK 0.000.600.10   0.31
XYZ26.642716.356834.5538
Yxy16.35680.34350.2109
Hunter Lab40.443546.8130-22.3452
CIE-Lab47.439253.7829-27.0413

#b1479f color RGB value is (177,71,159).

#b1479f hex color red value is 177, green value is 71 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b1479f hue: 0.86 , saturation: 0.43 and the lightness value of b1479f is 0.49.

The process color (four color CMYK) of #b1479f color hex is 0.00, 0.60, 0.10, 0.31. Web safe color of #b1479f is #993399. Color #b1479f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 10011111
Octal 261 107 237
Decimal 177 71 159
Hex B1 47 9F

RGB Percentages of Color #b1479f

%43.49
%17.44
%39.07

CMYK Percentages of Color #b1479f

%0
%60
%10
%31

Triadic Colors of #b1479f

#b1479f #9fb147 #479fb1

Analogous Colors of #b1479f

#b1479f #b1476a #8e47b1

Monochromatic Colors of #b1479f

#b1479f

Complementary Color

#b1479f #47b159

#b1479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1479f Color CSS Codes

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

#b1479f Text Font Color

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

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


#b1479f Background Color

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

This div background color is #b1479f


#b1479f Border Color

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

This div border color is #b1479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1479f


Comments

No comments written yet.

Please login to write comment.