Color Hex Logo

#b660bd Color Hex

#B660BD
(182,96,189)
0 Favorites   0 Comments

Color spaces of #b660bd

RGB 18296189
HSL0.820.410.56
HSV295°49°74°
CMYK 0.040.490.00   0.26
XYZ32.659621.984950.6663
Yxy21.98490.31010.2088
Hunter Lab46.888142.2790-31.2460
CIE-Lab54.011048.4377-34.2740

#b660bd color RGB value is (182,96,189).

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

The process color (four color CMYK) of #b660bd color hex is 0.04, 0.49, 0.00, 0.26. Web safe color of #b660bd is #cc66cc. Color #b660bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 10111101
Octal 266 140 275
Decimal 182 96 189
Hex B6 60 BD

RGB Percentages of Color #b660bd

%38.97
%20.56
%40.47

CMYK Percentages of Color #b660bd

%4
%49
%0
%26

Triadic Colors of #b660bd

#b660bd #bdb660 #60bdb6

Analogous Colors of #b660bd

#b660bd #bd6096 #8860bd

Monochromatic Colors of #b660bd

#b660bd

Complementary Color

#b660bd #67bd60

#b660bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b660bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b660bd Color CSS Codes

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

#b660bd Text Font Color

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

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


#b660bd Background Color

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

This div background color is #b660bd


#b660bd Border Color

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

This div border color is #b660bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b660bd


Comments

No comments written yet.

Please login to write comment.