Color Hex Logo

#b960ec Color Hex

#B960EC
(185,96,236)
0 Favorites   0 Comments

Color spaces of #b960ec

RGB 18596236
HSL0.770.790.65
HSV278°59°93°
CMYK 0.220.590.00   0.07
XYZ39.330824.736282.0585
Yxy24.73620.26920.1693
Hunter Lab49.735554.1206-63.0076
CIE-Lab56.817558.7246-56.4581

#b960ec color RGB value is (185,96,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 11101100
Octal 271 140 354
Decimal 185 96 236
Hex B9 60 EC

RGB Percentages of Color #b960ec

%35.78
%18.57
%45.65

CMYK Percentages of Color #b960ec

%22
%59
%0
%7

Triadic Colors of #b960ec

#b960ec #ecb960 #60ecb9

Analogous Colors of #b960ec

#b960ec #ec60d9 #7360ec

Monochromatic Colors of #b960ec

#b960ec

Complementary Color

#b960ec #93ec60

#b960ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b960ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b960ec Color CSS Codes

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

#b960ec Text Font Color

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

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


#b960ec Background Color

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

This div background color is #b960ec


#b960ec Border Color

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

This div border color is #b960ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b960ec


Comments

No comments written yet.

Please login to write comment.