Color Hex Logo

#b966ea Color Hex

#B966EA
(185,102,234)
0 Favorites   0 Comments

Color spaces of #b966ea

RGB 185102234
HSL0.770.760.66
HSV278°56°92°
CMYK 0.210.560.00   0.08
XYZ39.610225.757580.7259
Yxy25.75750.27110.1763
Hunter Lab50.751850.4978-58.7804
CIE-Lab57.806255.3433-53.7629

#b966ea color RGB value is (185,102,234).

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

The process color (four color CMYK) of #b966ea color hex is 0.21, 0.56, 0.00, 0.08. Web safe color of #b966ea is #cc66ff. Color #b966ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 11101010
Octal 271 146 352
Decimal 185 102 234
Hex B9 66 EA

RGB Percentages of Color #b966ea

%35.51
%19.58
%44.91

CMYK Percentages of Color #b966ea

%21
%56
%0
%8

Triadic Colors of #b966ea

#b966ea #eab966 #66eab9

Analogous Colors of #b966ea

#b966ea #ea66d9 #7766ea

Monochromatic Colors of #b966ea

#b966ea

Complementary Color

#b966ea #97ea66

#b966ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b966ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b966ea Color CSS Codes

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

#b966ea Text Font Color

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

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


#b966ea Background Color

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

This div background color is #b966ea


#b966ea Border Color

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

This div border color is #b966ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b966ea


Comments

No comments written yet.

Please login to write comment.