Color Hex Logo

#b963ee Color Hex

#B963EE
(185,99,238)
1 Favorites   0 Comments

Color spaces of #b963ee

RGB 18599238
HSL0.770.800.66
HSV277°58°93°
CMYK 0.220.580.00   0.07
XYZ39.902025.411083.6907
Yxy25.41100.26780.1705
Hunter Lab50.409353.0771-63.1481
CIE-Lab57.473757.6912-56.5255

#b963ee color RGB value is (185,99,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11101110
Octal 271 143 356
Decimal 185 99 238
Hex B9 63 EE

RGB Percentages of Color #b963ee

%35.44
%18.97
%45.59

CMYK Percentages of Color #b963ee

%22
%58
%0
%7

Triadic Colors of #b963ee

#b963ee #eeb963 #63eeb9

Analogous Colors of #b963ee

#b963ee #ee63de #7463ee

Monochromatic Colors of #b963ee

#b963ee

Complementary Color

#b963ee #98ee63

#b963ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963ee Color CSS Codes

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

#b963ee Text Font Color

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

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


#b963ee Background Color

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

This div background color is #b963ee


#b963ee Border Color

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

This div border color is #b963ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963ee

#b963ee Color Palettes


Comments

No comments written yet.

Please login to write comment.