Color Hex Logo

#b1707d Color Hex

#B1707D
(177,112,125)
0 Favorites   0 Comments

Color spaces of #b1707d

RGB 177112125
HSL0.970.290.57
HSV348°37°69°
CMYK 0.000.370.29   0.31
XYZ27.627322.416122.2727
Yxy22.41610.38200.3100
Hunter Lab47.345621.30415.2503
CIE-Lab54.465727.47833.6504

#b1707d color RGB value is (177,112,125).

#b1707d hex color red value is 177, green value is 112 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b1707d hue: 0.97 , saturation: 0.29 and the lightness value of b1707d is 0.57.

The process color (four color CMYK) of #b1707d color hex is 0.00, 0.37, 0.29, 0.31. Web safe color of #b1707d is #996666. Color #b1707d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 01111101
Octal 261 160 175
Decimal 177 112 125
Hex B1 70 7D

RGB Percentages of Color #b1707d

%42.75
%27.05
%30.19

CMYK Percentages of Color #b1707d

%0
%37
%29
%31

Triadic Colors of #b1707d

#b1707d #7db170 #707db1

Analogous Colors of #b1707d

#b1707d #b18470 #b1709e

Monochromatic Colors of #b1707d

#b1707d

Complementary Color

#b1707d #70b1a4

#b1707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1707d Color CSS Codes

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

#b1707d Text Font Color

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

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


#b1707d Background Color

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

This div background color is #b1707d


#b1707d Border Color

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

This div border color is #b1707d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1707d


Comments

No comments written yet.

Please login to write comment.