Color Hex Logo

#b049bd Color Hex

#B049BD
(176,73,189)
0 Favorites   0 Comments

Color spaces of #b049bd

RGB 17673189
HSL0.810.470.51
HSV293°61°74°
CMYK 0.070.610.00   0.26
XYZ29.472317.669350.0013
Yxy17.66930.30340.1819
Hunter Lab42.034951.5924-41.1022
CIE-Lab49.092557.8533-42.0731

#b049bd color RGB value is (176,73,189).

#b049bd hex color red value is 176, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b049bd hue: 0.81 , saturation: 0.47 and the lightness value of b049bd is 0.51.

The process color (four color CMYK) of #b049bd color hex is 0.07, 0.61, 0.00, 0.26. Web safe color of #b049bd is #9933cc. Color #b049bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001001 10111101
Octal 260 111 275
Decimal 176 73 189
Hex B0 49 BD

RGB Percentages of Color #b049bd

%40.18
%16.67
%43.15

CMYK Percentages of Color #b049bd

%7
%61
%0
%26

Triadic Colors of #b049bd

#b049bd #bdb049 #49bdb0

Analogous Colors of #b049bd

#b049bd #bd4990 #7649bd

Monochromatic Colors of #b049bd

#b049bd

Complementary Color

#b049bd #56bd49

#b049bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b049bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b049bd Color CSS Codes

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

#b049bd Text Font Color

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

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


#b049bd Background Color

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

This div background color is #b049bd


#b049bd Border Color

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

This div border color is #b049bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b049bd


Comments

No comments written yet.

Please login to write comment.