Color Hex Logo

#b66bef Color Hex

#B66BEF
(182,107,239)
0 Favorites   0 Comments

Color spaces of #b66bef

RGB 182107239
HSL0.760.800.68
HSV274°55°94°
CMYK 0.240.550.00   0.06
XYZ40.129126.692584.6985
Yxy26.69250.26480.1762
Hunter Lab51.664848.2312-61.0338
CIE-Lab58.688653.1634-55.1633

#b66bef color RGB value is (182,107,239).

#b66bef hex color red value is 182, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b66bef hue: 0.76 , saturation: 0.80 and the lightness value of b66bef is 0.68.

The process color (four color CMYK) of #b66bef color hex is 0.24, 0.55, 0.00, 0.06. Web safe color of #b66bef is #cc66ff. Color #b66bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 11101111
Octal 266 153 357
Decimal 182 107 239
Hex B6 6B EF

RGB Percentages of Color #b66bef

%34.47
%20.27
%45.27

CMYK Percentages of Color #b66bef

%24
%55
%0
%6

Triadic Colors of #b66bef

#b66bef #efb66b #6befb6

Analogous Colors of #b66bef

#b66bef #ef6be6 #746bef

Monochromatic Colors of #b66bef

#b66bef

Complementary Color

#b66bef #a4ef6b

#b66bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66bef Color CSS Codes

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

#b66bef Text Font Color

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

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


#b66bef Background Color

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

This div background color is #b66bef


#b66bef Border Color

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

This div border color is #b66bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66bef


Comments

No comments written yet.

Please login to write comment.