Color Hex Logo

#b66ebf Color Hex

#B66EBF
(182,110,191)
0 Favorites   0 Comments

Color spaces of #b66ebf

RGB 182110191
HSL0.810.390.59
HSV293°42°75°
CMYK 0.050.420.00   0.25
XYZ34.271324.858552.2821
Yxy24.85850.30760.2231
Hunter Lab49.858335.4442-27.2715
CIE-Lab56.937341.4928-30.8590

#b66ebf color RGB value is (182,110,191).

#b66ebf hex color red value is 182, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b66ebf hue: 0.81 , saturation: 0.39 and the lightness value of b66ebf is 0.59.

The process color (four color CMYK) of #b66ebf color hex is 0.05, 0.42, 0.00, 0.25. Web safe color of #b66ebf is #cc66cc. Color #b66ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101110 10111111
Octal 266 156 277
Decimal 182 110 191
Hex B6 6E BF

RGB Percentages of Color #b66ebf

%37.68
%22.77
%39.54

CMYK Percentages of Color #b66ebf

%5
%42
%0
%25

Triadic Colors of #b66ebf

#b66ebf #bfb66e #6ebfb6

Analogous Colors of #b66ebf

#b66ebf #bf6ea0 #8e6ebf

Monochromatic Colors of #b66ebf

#b66ebf

Complementary Color

#b66ebf #77bf6e

#b66ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66ebf Color CSS Codes

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

#b66ebf Text Font Color

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

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


#b66ebf Background Color

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

This div background color is #b66ebf


#b66ebf Border Color

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

This div border color is #b66ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66ebf

#b66ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.