Color Hex Logo

#b965eb Color Hex

#B965EB
(185,101,235)
0 Favorites   0 Comments

Color spaces of #b965eb

RGB 185101235
HSL0.770.770.66
HSV278°57°92°
CMYK 0.210.570.00   0.08
XYZ39.656725.619881.4522
Yxy25.61980.27030.1746
Hunter Lab50.616051.2734-59.9793
CIE-Lab57.674456.0573-54.5313

#b965eb color RGB value is (185,101,235).

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

The process color (four color CMYK) of #b965eb color hex is 0.21, 0.57, 0.00, 0.08. Web safe color of #b965eb is #cc66ff. Color #b965eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 11101011
Octal 271 145 353
Decimal 185 101 235
Hex B9 65 EB

RGB Percentages of Color #b965eb

%35.51
%19.39
%45.11

CMYK Percentages of Color #b965eb

%21
%57
%0
%8

Triadic Colors of #b965eb

#b965eb #ebb965 #65ebb9

Analogous Colors of #b965eb

#b965eb #eb65da #7665eb

Monochromatic Colors of #b965eb

#b965eb

Complementary Color

#b965eb #97eb65

#b965eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b965eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b965eb Color CSS Codes

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

#b965eb Text Font Color

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

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


#b965eb Background Color

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

This div background color is #b965eb


#b965eb Border Color

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

This div border color is #b965eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b965eb


Comments

No comments written yet.

Please login to write comment.