Color Hex Logo

#b963ec Color Hex

#B963EC
(185,99,236)
0 Favorites   0 Comments

Color spaces of #b963ec

RGB 18599236
HSL0.770.780.66
HSV278°58°93°
CMYK 0.220.580.00   0.07
XYZ39.609725.294182.1515
Yxy25.29410.26940.1720
Hunter Lab50.293252.5690-61.6420
CIE-Lab57.360957.2611-55.5900

#b963ec color RGB value is (185,99,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11101100
Octal 271 143 354
Decimal 185 99 236
Hex B9 63 EC

RGB Percentages of Color #b963ec

%35.58
%19.04
%45.38

CMYK Percentages of Color #b963ec

%22
%58
%0
%7

Triadic Colors of #b963ec

#b963ec #ecb963 #63ecb9

Analogous Colors of #b963ec

#b963ec #ec63db #7563ec

Monochromatic Colors of #b963ec

#b963ec

Complementary Color

#b963ec #96ec63

#b963ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963ec Color CSS Codes

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

#b963ec Text Font Color

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

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


#b963ec Background Color

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

This div background color is #b963ec


#b963ec Border Color

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

This div border color is #b963ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963ec


Comments

No comments written yet.

Please login to write comment.