Color Hex Logo

#b1637c Color Hex

#B1637C
(177,99,124)
0 Favorites   0 Comments

Color spaces of #b1637c

RGB 17799124
HSL0.950.330.54
HSV341°44°69°
CMYK 0.000.440.30   0.31
XYZ26.231419.726021.4937
Yxy19.72600.38890.2924
Hunter Lab44.414027.69972.3970
CIE-Lab51.526034.4747-0.0279

#b1637c color RGB value is (177,99,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100011 01111100
Octal 261 143 174
Decimal 177 99 124
Hex B1 63 7C

RGB Percentages of Color #b1637c

%44.25
%24.75
%31.00

CMYK Percentages of Color #b1637c

%0
%44
%30
%31

Triadic Colors of #b1637c

#b1637c #7cb163 #637cb1

Analogous Colors of #b1637c

#b1637c #b17163 #b163a3

Monochromatic Colors of #b1637c

#b1637c

Complementary Color

#b1637c #63b198

#b1637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1637c Color CSS Codes

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

#b1637c Text Font Color

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

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


#b1637c Background Color

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

This div background color is #b1637c


#b1637c Border Color

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

This div border color is #b1637c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1637c


Comments

No comments written yet.

Please login to write comment.