Color Hex Logo

#b66ffe Color Hex

#B66FFE
(182,111,254)
0 Favorites   0 Comments

Color spaces of #b66ffe

RGB 182111254
HSL0.750.990.72
HSV270°56°100°
CMYK 0.280.560.00   0.00
XYZ42.865228.469797.0019
Yxy28.46970.25460.1691
Hunter Lab53.357050.0261-70.4381
CIE-Lab60.310754.5098-60.8733

#b66ffe color RGB value is (182,111,254).

#b66ffe hex color red value is 182, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b66ffe hue: 0.75 , saturation: 0.99 and the lightness value of b66ffe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101111 11111110
Octal 266 157 376
Decimal 182 111 254
Hex B6 6F FE

RGB Percentages of Color #b66ffe

%33.27
%20.29
%46.44

CMYK Percentages of Color #b66ffe

%28
%56
%0
%0

Triadic Colors of #b66ffe

#b66ffe #feb66f #6ffeb6

Analogous Colors of #b66ffe

#b66ffe #fe6ffe #6f70fe

Monochromatic Colors of #b66ffe

#b66ffe

Complementary Color

#b66ffe #b7fe6f

#b66ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66ffe Color CSS Codes

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

#b66ffe Text Font Color

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

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


#b66ffe Background Color

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

This div background color is #b66ffe


#b66ffe Border Color

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

This div border color is #b66ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,111,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.