Color Hex Logo

#b068fe Color Hex

#B068FE
(176,104,254)
0 Favorites   0 Comments

Color spaces of #b068fe

RGB 176104254
HSL0.750.990.70
HSV269°59°100°
CMYK 0.310.590.00   0.00
XYZ40.744226.286596.6923
Yxy26.28650.24890.1606
Hunter Lab51.270452.1296-75.9275
CIE-Lab58.308056.7108-64.1214

#b068fe color RGB value is (176,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 11111110
Octal 260 150 376
Decimal 176 104 254
Hex B0 68 FE

RGB Percentages of Color #b068fe

%32.96
%19.48
%47.57

CMYK Percentages of Color #b068fe

%31
%59
%0
%0

Triadic Colors of #b068fe

#b068fe #feb068 #68feb0

Analogous Colors of #b068fe

#b068fe #fb68fe #686bfe

Monochromatic Colors of #b068fe

#b068fe

Complementary Color

#b068fe #b6fe68

#b068fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b068fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b068fe Color CSS Codes

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

#b068fe Text Font Color

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

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


#b068fe Background Color

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

This div background color is #b068fe


#b068fe Border Color

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

This div border color is #b068fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b068fe


Comments

No comments written yet.

Please login to write comment.