Color Hex Logo

#b1349e Color Hex

#B1349E
(177,52,158)
0 Favorites   0 Comments

Color spaces of #b1349e

RGB 17752158
HSL0.860.550.45
HSV309°71°69°
CMYK 0.000.710.11   0.31
XYZ25.531014.271733.7568
Yxy14.27170.34710.1940
Hunter Lab37.777954.5222-26.5346
CIE-Lab44.620161.3180-30.8447

#b1349e color RGB value is (177,52,158).

#b1349e hex color red value is 177, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b1349e hue: 0.86 , saturation: 0.55 and the lightness value of b1349e is 0.45.

The process color (four color CMYK) of #b1349e color hex is 0.00, 0.71, 0.11, 0.31. Web safe color of #b1349e is #993399. Color #b1349e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110100 10011110
Octal 261 64 236
Decimal 177 52 158
Hex B1 34 9E

RGB Percentages of Color #b1349e

%45.74
%13.44
%40.83

CMYK Percentages of Color #b1349e

%0
%71
%11
%31

Triadic Colors of #b1349e

#b1349e #9eb134 #349eb1

Analogous Colors of #b1349e

#b1349e #b13460 #8634b1

Monochromatic Colors of #b1349e

#b1349e

Complementary Color

#b1349e #34b147

#b1349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1349e Color CSS Codes

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

#b1349e Text Font Color

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

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


#b1349e Background Color

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

This div background color is #b1349e


#b1349e Border Color

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

This div border color is #b1349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1349e


Comments

No comments written yet.

Please login to write comment.