Color Hex Logo

#b1048c Color Hex

#B1048C
(177,4,140)
0 Favorites   0 Comments

Color spaces of #b1048c

RGB 1774140
HSL0.870.960.35
HSV313°98°69°
CMYK 0.000.980.21   0.31
XYZ22.908511.327425.7899
Yxy11.32740.38160.1887
Hunter Lab33.656262.5998-21.8731
CIE-Lab40.126569.2394-26.9748

#b1048c color RGB value is (177,4,140).

#b1048c hex color red value is 177, green value is 4 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b1048c hue: 0.87 , saturation: 0.96 and the lightness value of b1048c is 0.35.

The process color (four color CMYK) of #b1048c color hex is 0.00, 0.98, 0.21, 0.31. Web safe color of #b1048c is #990099. Color #b1048c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000100 10001100
Octal 261 4 214
Decimal 177 4 140
Hex B1 4 8C

RGB Percentages of Color #b1048c

%55.14
%1.25
%43.61

CMYK Percentages of Color #b1048c

%0
%98
%21
%31

Triadic Colors of #b1048c

#b1048c #8cb104 #048cb1

Analogous Colors of #b1048c

#b1048c #b10436 #8004b1

Monochromatic Colors of #b1048c

#b1048c

Complementary Color

#b1048c #04b129

#b1048c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1048c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1048c Color CSS Codes

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

#b1048c Text Font Color

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

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


#b1048c Background Color

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

This div background color is #b1048c


#b1048c Border Color

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

This div border color is #b1048c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1048c


Comments

No comments written yet.

Please login to write comment.