Color Hex Logo

#b466bd Color Hex

#B466BD
(180,102,189)
0 Favorites   0 Comments

Color spaces of #b466bd

RGB 180102189
HSL0.820.400.57
HSV294°46°74°
CMYK 0.050.460.00   0.26
XYZ32.759122.880250.8338
Yxy22.88020.30770.2149
Hunter Lab47.833338.5394-29.5259
CIE-Lab54.948744.7510-32.8278

#b466bd color RGB value is (180,102,189).

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

The process color (four color CMYK) of #b466bd color hex is 0.05, 0.46, 0.00, 0.26. Web safe color of #b466bd is #cc66cc. Color #b466bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 10111101
Octal 264 146 275
Decimal 180 102 189
Hex B4 66 BD

RGB Percentages of Color #b466bd

%38.22
%21.66
%40.13

CMYK Percentages of Color #b466bd

%5
%46
%0
%26

Triadic Colors of #b466bd

#b466bd #bdb466 #66bdb4

Analogous Colors of #b466bd

#b466bd #bd669b #8966bd

Monochromatic Colors of #b466bd

#b466bd

Complementary Color

#b466bd #6fbd66

#b466bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b466bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b466bd Color CSS Codes

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

#b466bd Text Font Color

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

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


#b466bd Background Color

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

This div background color is #b466bd


#b466bd Border Color

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

This div border color is #b466bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b466bd


Comments

No comments written yet.

Please login to write comment.