Color Hex Logo

#b66beb Color Hex

#B66BEB
(182,107,235)
0 Favorites   0 Comments

Color spaces of #b66beb

RGB 182107235
HSL0.760.760.67
HSV275°54°92°
CMYK 0.230.540.00   0.08
XYZ39.544526.458681.6201
Yxy26.45860.26790.1792
Hunter Lab51.437947.2110-58.0730
CIE-Lab58.469852.2761-53.2846

#b66beb color RGB value is (182,107,235).

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

The process color (four color CMYK) of #b66beb color hex is 0.23, 0.54, 0.00, 0.08. Web safe color of #b66beb is #cc66ff. Color #b66beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 11101011
Octal 266 153 353
Decimal 182 107 235
Hex B6 6B EB

RGB Percentages of Color #b66beb

%34.73
%20.42
%44.85

CMYK Percentages of Color #b66beb

%23
%54
%0
%8

Triadic Colors of #b66beb

#b66beb #ebb66b #6bebb6

Analogous Colors of #b66beb

#b66beb #eb6be0 #766beb

Monochromatic Colors of #b66beb

#b66beb

Complementary Color

#b66beb #a0eb6b

#b66beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66beb Color CSS Codes

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

#b66beb Text Font Color

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

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


#b66beb Background Color

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

This div background color is #b66beb


#b66beb Border Color

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

This div border color is #b66beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66beb


Comments

No comments written yet.

Please login to write comment.