Color Hex Logo

#b068eb Color Hex

#B068EB
(176,104,235)
0 Favorites   0 Comments

Color spaces of #b068eb

RGB 176104235
HSL0.760.770.66
HSV273°56°92°
CMYK 0.250.560.00   0.08
XYZ37.850225.128981.4527
Yxy25.12890.26210.1740
Hunter Lab50.128747.0529-61.2485
CIE-Lab57.200852.3371-55.3482

#b068eb color RGB value is (176,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 11101011
Octal 260 150 353
Decimal 176 104 235
Hex B0 68 EB

RGB Percentages of Color #b068eb

%34.17
%20.19
%45.63

CMYK Percentages of Color #b068eb

%25
%56
%0
%8

Triadic Colors of #b068eb

#b068eb #ebb068 #68ebb0

Analogous Colors of #b068eb

#b068eb #eb68e5 #6f68eb

Monochromatic Colors of #b068eb

#b068eb

Complementary Color

#b068eb #a3eb68

#b068eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b068eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b068eb Color CSS Codes

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

#b068eb Text Font Color

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

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


#b068eb Background Color

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

This div background color is #b068eb


#b068eb Border Color

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

This div border color is #b068eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b068eb


Comments

No comments written yet.

Please login to write comment.