Color Hex Logo

#b069eb Color Hex

#B069EB
(176,105,235)
0 Favorites   0 Comments

Color spaces of #b069eb

RGB 176105235
HSL0.760.760.67
HSV273°55°92°
CMYK 0.250.550.00   0.08
XYZ37.951525.331481.4865
Yxy25.33140.26220.1750
Hunter Lab50.330346.5196-60.7613
CIE-Lab57.396951.8197-55.0352

#b069eb color RGB value is (176,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 11101011
Octal 260 151 353
Decimal 176 105 235
Hex B0 69 EB

RGB Percentages of Color #b069eb

%34.11
%20.35
%45.54

CMYK Percentages of Color #b069eb

%25
%55
%0
%8

Triadic Colors of #b069eb

#b069eb #ebb069 #69ebb0

Analogous Colors of #b069eb

#b069eb #eb69e5 #6f69eb

Monochromatic Colors of #b069eb

#b069eb

Complementary Color

#b069eb #a4eb69

#b069eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b069eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b069eb Color CSS Codes

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

#b069eb Text Font Color

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

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


#b069eb Background Color

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

This div background color is #b069eb


#b069eb Border Color

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

This div border color is #b069eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b069eb


Comments

No comments written yet.

Please login to write comment.