Color Hex Logo

#b149bf Color Hex

#B149BF
(177,73,191)
0 Favorites   0 Comments

Color spaces of #b149bf

RGB 17773191
HSL0.810.480.52
HSV293°62°75°
CMYK 0.070.620.00   0.25
XYZ29.918017.873851.1633
Yxy17.87380.30230.1806
Hunter Lab42.277452.3317-42.1574
CIE-Lab49.342758.4725-42.8279

#b149bf color RGB value is (177,73,191).

#b149bf hex color red value is 177, green value is 73 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b149bf hue: 0.81 , saturation: 0.48 and the lightness value of b149bf is 0.52.

The process color (four color CMYK) of #b149bf color hex is 0.07, 0.62, 0.00, 0.25. Web safe color of #b149bf is #9933cc. Color #b149bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001001 10111111
Octal 261 111 277
Decimal 177 73 191
Hex B1 49 BF

RGB Percentages of Color #b149bf

%40.14
%16.55
%43.31

CMYK Percentages of Color #b149bf

%7
%62
%0
%25

Triadic Colors of #b149bf

#b149bf #bfb149 #49bfb1

Analogous Colors of #b149bf

#b149bf #bf4992 #7649bf

Monochromatic Colors of #b149bf

#b149bf

Complementary Color

#b149bf #57bf49

#b149bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b149bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b149bf Color CSS Codes

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

#b149bf Text Font Color

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

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


#b149bf Background Color

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

This div background color is #b149bf


#b149bf Border Color

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

This div border color is #b149bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b149bf


Comments

No comments written yet.

Please login to write comment.