Color Hex Logo

#b168ec Color Hex

#B168EC
(177,104,236)
0 Favorites   0 Comments

Color spaces of #b168ec

RGB 177104236
HSL0.760.780.67
HSV273°56°93°
CMYK 0.250.560.00   0.07
XYZ38.222125.303982.2265
Yxy25.30390.26220.1736
Hunter Lab50.303047.6008-61.7048
CIE-Lab57.370352.8072-55.6290

#b168ec color RGB value is (177,104,236).

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

The process color (four color CMYK) of #b168ec color hex is 0.25, 0.56, 0.00, 0.07. Web safe color of #b168ec is #9966ff. Color #b168ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 11101100
Octal 261 150 354
Decimal 177 104 236
Hex B1 68 EC

RGB Percentages of Color #b168ec

%34.24
%20.12
%45.65

CMYK Percentages of Color #b168ec

%25
%56
%0
%7

Triadic Colors of #b168ec

#b168ec #ecb168 #68ecb1

Analogous Colors of #b168ec

#b168ec #ec68e5 #6f68ec

Monochromatic Colors of #b168ec

#b168ec

Complementary Color

#b168ec #a3ec68

#b168ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168ec Color CSS Codes

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

#b168ec Text Font Color

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

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


#b168ec Background Color

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

This div background color is #b168ec


#b168ec Border Color

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

This div border color is #b168ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168ec


Comments

No comments written yet.

Please login to write comment.