Color Hex Logo

#b168ef Color Hex

#B168EF
(177,104,239)
0 Favorites   0 Comments

Color spaces of #b168ef

RGB 177104239
HSL0.760.810.67
HSV272°56°94°
CMYK 0.260.560.00   0.06
XYZ38.661825.479784.5417
Yxy25.47970.26000.1714
Hunter Lab50.477448.3817-63.9672
CIE-Lab57.539953.4863-57.0303

#b168ef color RGB value is (177,104,239).

#b168ef hex color red value is 177, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b168ef hue: 0.76 , saturation: 0.81 and the lightness value of b168ef is 0.67.

The process color (four color CMYK) of #b168ef color hex is 0.26, 0.56, 0.00, 0.06. Web safe color of #b168ef is #9966ff. Color #b168ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 11101111
Octal 261 150 357
Decimal 177 104 239
Hex B1 68 EF

RGB Percentages of Color #b168ef

%34.04
%20.00
%45.96

CMYK Percentages of Color #b168ef

%26
%56
%0
%6

Triadic Colors of #b168ef

#b168ef #efb168 #68efb1

Analogous Colors of #b168ef

#b168ef #ef68ea #6e68ef

Monochromatic Colors of #b168ef

#b168ef

Complementary Color

#b168ef #a6ef68

#b168ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168ef Color CSS Codes

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

#b168ef Text Font Color

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

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


#b168ef Background Color

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

This div background color is #b168ef


#b168ef Border Color

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

This div border color is #b168ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168ef


Comments

No comments written yet.

Please login to write comment.