Color Hex Logo

#b66bfa Color Hex

#B66BFA
(182,107,250)
0 Favorites   0 Comments

Color spaces of #b66bfa

RGB 182107250
HSL0.750.930.70
HSV271°57°98°
CMYK 0.270.570.00   0.02
XYZ41.804427.362693.5207
Yxy27.36260.25700.1682
Hunter Lab52.309351.1120-69.3846
CIE-Lab59.308555.6405-60.2711

#b66bfa color RGB value is (182,107,250).

#b66bfa hex color red value is 182, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b66bfa hue: 0.75 , saturation: 0.93 and the lightness value of b66bfa is 0.70.

The process color (four color CMYK) of #b66bfa color hex is 0.27, 0.57, 0.00, 0.02. Web safe color of #b66bfa is #cc66ff. Color #b66bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 11111010
Octal 266 153 372
Decimal 182 107 250
Hex B6 6B FA

RGB Percentages of Color #b66bfa

%33.77
%19.85
%46.38

CMYK Percentages of Color #b66bfa

%27
%57
%0
%2

Triadic Colors of #b66bfa

#b66bfa #fab66b #6bfab6

Analogous Colors of #b66bfa

#b66bfa #fa6bf7 #6f6bfa

Monochromatic Colors of #b66bfa

#b66bfa

Complementary Color

#b66bfa #affa6b

#b66bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66bfa Color CSS Codes

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

#b66bfa Text Font Color

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

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


#b66bfa Background Color

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

This div background color is #b66bfa


#b66bfa Border Color

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

This div border color is #b66bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66bfa


Comments

No comments written yet.

Please login to write comment.