Color Hex Logo

#b549bd Color Hex

#B549BD
(181,73,189)
0 Favorites   0 Comments

Color spaces of #b549bd

RGB 18173189
HSL0.820.470.51
HSV296°61°74°
CMYK 0.040.610.00   0.26
XYZ30.623918.263050.0552
Yxy18.26300.30950.1846
Hunter Lab42.735253.1257-39.5309
CIE-Lab49.813659.0971-40.8854

#b549bd color RGB value is (181,73,189).

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

The process color (four color CMYK) of #b549bd color hex is 0.04, 0.61, 0.00, 0.26. Web safe color of #b549bd is #cc33cc. Color #b549bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 10111101
Octal 265 111 275
Decimal 181 73 189
Hex B5 49 BD

RGB Percentages of Color #b549bd

%40.86
%16.48
%42.66

CMYK Percentages of Color #b549bd

%4
%61
%0
%26

Triadic Colors of #b549bd

#b549bd #bdb549 #49bdb5

Analogous Colors of #b549bd

#b549bd #bd498b #7b49bd

Monochromatic Colors of #b549bd

#b549bd

Complementary Color

#b549bd #51bd49

#b549bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b549bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b549bd Color CSS Codes

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

#b549bd Text Font Color

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

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


#b549bd Background Color

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

This div background color is #b549bd


#b549bd Border Color

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

This div border color is #b549bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b549bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b549bd


Comments

No comments written yet.

Please login to write comment.