Color Hex Logo

#b960ef Color Hex

#B960EF
(185,96,239)
0 Favorites   0 Comments

Color spaces of #b960ef

RGB 18596239
HSL0.770.820.66
HSV277°60°94°
CMYK 0.230.600.00   0.06
XYZ39.770424.912084.3737
Yxy24.91200.26680.1671
Hunter Lab49.911954.8850-65.2885
CIE-Lab56.989659.3659-57.8572

#b960ef color RGB value is (185,96,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 11101111
Octal 271 140 357
Decimal 185 96 239
Hex B9 60 EF

RGB Percentages of Color #b960ef

%35.58
%18.46
%45.96

CMYK Percentages of Color #b960ef

%23
%60
%0
%6

Triadic Colors of #b960ef

#b960ef #efb960 #60efb9

Analogous Colors of #b960ef

#b960ef #ef60de #7260ef

Monochromatic Colors of #b960ef

#b960ef

Complementary Color

#b960ef #96ef60

#b960ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b960ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b960ef Color CSS Codes

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

#b960ef Text Font Color

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

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


#b960ef Background Color

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

This div background color is #b960ef


#b960ef Border Color

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

This div border color is #b960ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b960ef


Comments

No comments written yet.

Please login to write comment.