Color Hex Logo

#b466fa Color Hex

#B466FA
(180,102,250)
0 Favorites   0 Comments

Color spaces of #b466fa

RGB 180102250
HSL0.750.940.69
HSV272°59°98°
CMYK 0.280.590.00   0.02
XYZ40.829126.108293.3299
Yxy26.10820.25480.1629
Hunter Lab51.096253.2145-72.5290
CIE-Lab58.139657.6983-62.1570

#b466fa color RGB value is (180,102,250).

#b466fa hex color red value is 180, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b466fa hue: 0.75 , saturation: 0.94 and the lightness value of b466fa is 0.69.

The process color (four color CMYK) of #b466fa color hex is 0.28, 0.59, 0.00, 0.02. Web safe color of #b466fa is #cc66ff. Color #b466fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100110 11111010
Octal 264 146 372
Decimal 180 102 250
Hex B4 66 FA

RGB Percentages of Color #b466fa

%33.83
%19.17
%46.99

CMYK Percentages of Color #b466fa

%28
%59
%0
%2

Triadic Colors of #b466fa

#b466fa #fab466 #66fab4

Analogous Colors of #b466fa

#b466fa #fa66f6 #6a66fa

Monochromatic Colors of #b466fa

#b466fa

Complementary Color

#b466fa #acfa66

#b466fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b466fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b466fa Color CSS Codes

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

#b466fa Text Font Color

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

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


#b466fa Background Color

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

This div background color is #b466fa


#b466fa Border Color

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

This div border color is #b466fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,102,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b466fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b466fa


Comments

No comments written yet.

Please login to write comment.