Color Hex Logo

#b966ee Color Hex

#B966EE
(185,102,238)
0 Favorites   0 Comments

Color spaces of #b966ee

RGB 185102238
HSL0.770.800.67
HSV277°57°93°
CMYK 0.220.570.00   0.07
XYZ40.191625.990183.7872
Yxy25.99010.26800.1733
Hunter Lab50.980551.5086-61.7577
CIE-Lab58.027756.2070-55.6408

#b966ee color RGB value is (185,102,238).

#b966ee hex color red value is 185, green value is 102 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b966ee hue: 0.77 , saturation: 0.80 and the lightness value of b966ee is 0.67.

The process color (four color CMYK) of #b966ee color hex is 0.22, 0.57, 0.00, 0.07. Web safe color of #b966ee is #cc66ff. Color #b966ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 11101110
Octal 271 146 356
Decimal 185 102 238
Hex B9 66 EE

RGB Percentages of Color #b966ee

%35.24
%19.43
%45.33

CMYK Percentages of Color #b966ee

%22
%57
%0
%7

Triadic Colors of #b966ee

#b966ee #eeb966 #66eeb9

Analogous Colors of #b966ee

#b966ee #ee66df #7566ee

Monochromatic Colors of #b966ee

#b966ee

Complementary Color

#b966ee #9bee66

#b966ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966ee Color CSS Codes

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

#b966ee Text Font Color

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

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


#b966ee Background Color

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

This div background color is #b966ee


#b966ee Border Color

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

This div border color is #b966ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,102,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b966ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b966ee;
  -webkit-box-shadow: 1px 1px 3px 2px #b966ee;
  box-shadow:         1px 1px 3px 2px #b966ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,102,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966ee


Comments

No comments written yet.

Please login to write comment.