Color Hex Logo

#b449bd Color Hex

#B449BD
(180,73,189)
0 Favorites   0 Comments

Color spaces of #b449bd

RGB 18073189
HSL0.820.470.51
HSV295°61°74°
CMYK 0.050.610.00   0.26
XYZ30.390218.142550.0442
Yxy18.14250.30830.1840
Hunter Lab42.594052.8176-39.8447
CIE-Lab49.668558.8482-41.1242

#b449bd color RGB value is (180,73,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 10111101
Octal 264 111 275
Decimal 180 73 189
Hex B4 49 BD

RGB Percentages of Color #b449bd

%40.72
%16.52
%42.76

CMYK Percentages of Color #b449bd

%5
%61
%0
%26

Triadic Colors of #b449bd

#b449bd #bdb449 #49bdb4

Analogous Colors of #b449bd

#b449bd #bd498c #7a49bd

Monochromatic Colors of #b449bd

#b449bd

Complementary Color

#b449bd #52bd49

#b449bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b449bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b449bd Color CSS Codes

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

#b449bd Text Font Color

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

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


#b449bd Background Color

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

This div background color is #b449bd


#b449bd Border Color

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

This div border color is #b449bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b449bd


Comments

No comments written yet.

Please login to write comment.