Color Hex Logo

#b646bd Color Hex

#B646BD
(182,70,189)
0 Favorites   0 Comments

Color spaces of #b646bd

RGB 18270189
HSL0.820.470.51
HSV296°63°74°
CMYK 0.040.630.00   0.26
XYZ30.666917.999550.0020
Yxy17.99950.31080.1824
Hunter Lab42.425854.7810-40.1796
CIE-Lab49.495560.6284-41.3790

#b646bd color RGB value is (182,70,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000110 10111101
Octal 266 106 275
Decimal 182 70 189
Hex B6 46 BD

RGB Percentages of Color #b646bd

%41.27
%15.87
%42.86

CMYK Percentages of Color #b646bd

%4
%63
%0
%26

Triadic Colors of #b646bd

#b646bd #bdb646 #46bdb6

Analogous Colors of #b646bd

#b646bd #bd4689 #7b46bd

Monochromatic Colors of #b646bd

#b646bd

Complementary Color

#b646bd #4dbd46

#b646bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b646bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b646bd Color CSS Codes

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

#b646bd Text Font Color

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

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


#b646bd Background Color

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

This div background color is #b646bd


#b646bd Border Color

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

This div border color is #b646bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b646bd


Comments

No comments written yet.

Please login to write comment.