Color Hex Logo

#b168fd Color Hex

#B168FD
(177,104,253)
0 Favorites   0 Comments

Color spaces of #b168fd

RGB 177104253
HSL0.750.970.70
HSV269°59°99°
CMYK 0.300.590.00   0.01
XYZ40.811426.339695.8616
Yxy26.33960.25040.1616
Hunter Lab51.322152.1297-74.8189
CIE-Lab58.358056.7024-63.4830

#b168fd color RGB value is (177,104,253).

#b168fd hex color red value is 177, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b168fd hue: 0.75 , saturation: 0.97 and the lightness value of b168fd is 0.70.

The process color (four color CMYK) of #b168fd color hex is 0.30, 0.59, 0.00, 0.01. Web safe color of #b168fd is #9966ff. Color #b168fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 11111101
Octal 261 150 375
Decimal 177 104 253
Hex B1 68 FD

RGB Percentages of Color #b168fd

%33.15
%19.48
%47.38

CMYK Percentages of Color #b168fd

%30
%59
%0
%1

Triadic Colors of #b168fd

#b168fd #fdb168 #68fdb1

Analogous Colors of #b168fd

#b168fd #fc68fd #686afd

Monochromatic Colors of #b168fd

#b168fd

Complementary Color

#b168fd #b4fd68

#b168fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168fd Color CSS Codes

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

#b168fd Text Font Color

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

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


#b168fd Background Color

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

This div background color is #b168fd


#b168fd Border Color

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

This div border color is #b168fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168fd

Related Colors


Comments

No comments written yet.

Please login to write comment.