Color Hex Logo

#b168ea Color Hex

#B168EA
(177,104,234)
0 Favorites   0 Comments

Color spaces of #b168ea

RGB 177104234
HSL0.760.760.66
HSV274°56°92°
CMYK 0.240.560.00   0.08
XYZ37.933125.188380.7044
Yxy25.18830.26370.1751
Hunter Lab50.187947.0851-60.2093
CIE-Lab57.258452.3570-54.6912

#b168ea color RGB value is (177,104,234).

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

The process color (four color CMYK) of #b168ea color hex is 0.24, 0.56, 0.00, 0.08. Web safe color of #b168ea is #9966ff. Color #b168ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 11101010
Octal 261 150 352
Decimal 177 104 234
Hex B1 68 EA

RGB Percentages of Color #b168ea

%34.37
%20.19
%45.44

CMYK Percentages of Color #b168ea

%24
%56
%0
%8

Triadic Colors of #b168ea

#b168ea #eab168 #68eab1

Analogous Colors of #b168ea

#b168ea #ea68e2 #7068ea

Monochromatic Colors of #b168ea

#b168ea

Complementary Color

#b168ea #a1ea68

#b168ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168ea Color CSS Codes

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

#b168ea Text Font Color

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

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


#b168ea Background Color

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

This div background color is #b168ea


#b168ea Border Color

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

This div border color is #b168ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,104,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168ea


Comments

No comments written yet.

Please login to write comment.