Color Hex Logo

#b649bd Color Hex

#B649BD
(182,73,189)
0 Favorites   0 Comments

Color spaces of #b649bd

RGB 18273189
HSL0.820.470.51
HSV296°61°74°
CMYK 0.040.610.00   0.26
XYZ30.859318.384350.0662
Yxy18.38430.31070.1851
Hunter Lab42.876953.4351-39.2175
CIE-Lab49.958959.3465-40.6460

#b649bd color RGB value is (182,73,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001001 10111101
Octal 266 111 275
Decimal 182 73 189
Hex B6 49 BD

RGB Percentages of Color #b649bd

%40.99
%16.44
%42.57

CMYK Percentages of Color #b649bd

%4
%61
%0
%26

Triadic Colors of #b649bd

#b649bd #bdb649 #49bdb6

Analogous Colors of #b649bd

#b649bd #bd498a #7c49bd

Monochromatic Colors of #b649bd

#b649bd

Complementary Color

#b649bd #50bd49

#b649bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b649bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b649bd Color CSS Codes

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

#b649bd Text Font Color

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

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


#b649bd Background Color

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

This div background color is #b649bd


#b649bd Border Color

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

This div border color is #b649bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b649bd


Comments

No comments written yet.

Please login to write comment.