Color Hex Logo

#b1647f Color Hex

#B1647F
(177,100,127)
0 Favorites   0 Comments

Color spaces of #b1647f

RGB 177100127
HSL0.940.330.54
HSV339°44°69°
CMYK 0.000.440.28   0.31
XYZ26.519419.993822.5401
Yxy19.99380.38400.2895
Hunter Lab44.714427.61521.4126
CIE-Lab51.830234.3505-1.3633

#b1647f color RGB value is (177,100,127).

#b1647f hex color red value is 177, green value is 100 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1647f hue: 0.94 , saturation: 0.33 and the lightness value of b1647f is 0.54.

The process color (four color CMYK) of #b1647f color hex is 0.00, 0.44, 0.28, 0.31. Web safe color of #b1647f is #996666. Color #b1647f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 01111111
Octal 261 144 177
Decimal 177 100 127
Hex B1 64 7F

RGB Percentages of Color #b1647f

%43.81
%24.75
%31.44

CMYK Percentages of Color #b1647f

%0
%44
%28
%31

Triadic Colors of #b1647f

#b1647f #7fb164 #647fb1

Analogous Colors of #b1647f

#b1647f #b17064 #b164a6

Monochromatic Colors of #b1647f

#b1647f

Complementary Color

#b1647f #64b196

#b1647f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1647f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1647f Color CSS Codes

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

#b1647f Text Font Color

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

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


#b1647f Background Color

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

This div background color is #b1647f


#b1647f Border Color

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

This div border color is #b1647f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1647f


Comments

No comments written yet.

Please login to write comment.