Color Hex Logo

#b860ef Color Hex

#B860EF
(184,96,239)
0 Favorites   0 Comments

Color spaces of #b860ef

RGB 18496239
HSL0.770.820.66
HSV277°60°94°
CMYK 0.230.600.00   0.06
XYZ39.530024.788184.3625
Yxy24.78810.26590.1667
Hunter Lab49.787654.5956-65.6124
CIE-Lab56.868459.1332-58.0581

#b860ef color RGB value is (184,96,239).

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

The process color (four color CMYK) of #b860ef color hex is 0.23, 0.60, 0.00, 0.06. Web safe color of #b860ef is #cc66ff. Color #b860ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 11101111
Octal 270 140 357
Decimal 184 96 239
Hex B8 60 EF

RGB Percentages of Color #b860ef

%35.45
%18.50
%46.05

CMYK Percentages of Color #b860ef

%23
%60
%0
%6

Triadic Colors of #b860ef

#b860ef #efb860 #60efb8

Analogous Colors of #b860ef

#b860ef #ef60df #7160ef

Monochromatic Colors of #b860ef

#b860ef

Complementary Color

#b860ef #97ef60

#b860ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b860ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b860ef Color CSS Codes

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

#b860ef Text Font Color

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

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


#b860ef Background Color

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

This div background color is #b860ef


#b860ef Border Color

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

This div border color is #b860ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,96,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b860ef


Comments

No comments written yet.

Please login to write comment.