Color Hex Logo

#b866ea Color Hex

#B866EA
(184,102,234)
0 Favorites   0 Comments

Color spaces of #b866ea

RGB 184102234
HSL0.770.760.66
HSV277°56°92°
CMYK 0.210.560.00   0.08
XYZ39.369825.633680.7147
Yxy25.63360.27020.1759
Hunter Lab50.629650.2004-59.0805
CIE-Lab57.687655.0972-53.9589

#b866ea color RGB value is (184,102,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 11101010
Octal 270 146 352
Decimal 184 102 234
Hex B8 66 EA

RGB Percentages of Color #b866ea

%35.38
%19.62
%45.00

CMYK Percentages of Color #b866ea

%21
%56
%0
%8

Triadic Colors of #b866ea

#b866ea #eab866 #66eab8

Analogous Colors of #b866ea

#b866ea #ea66da #7666ea

Monochromatic Colors of #b866ea

#b866ea

Complementary Color

#b866ea #98ea66

#b866ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b866ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b866ea Color CSS Codes

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

#b866ea Text Font Color

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

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


#b866ea Background Color

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

This div background color is #b866ea


#b866ea Border Color

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

This div border color is #b866ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b866ea


Comments

No comments written yet.

Please login to write comment.