Color Hex Logo

#b079eb Color Hex

#B079EB
(176,121,235)
0 Favorites   0 Comments

Color spaces of #b079eb

RGB 176121235
HSL0.750.740.70
HSV269°49°92°
CMYK 0.250.490.00   0.08
XYZ39.737328.903082.0817
Yxy28.90300.26360.1918
Hunter Lab53.761537.8539-52.8894
CIE-Lab60.695943.2864-49.7883

#b079eb color RGB value is (176,121,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 11101011
Octal 260 171 353
Decimal 176 121 235
Hex B0 79 EB

RGB Percentages of Color #b079eb

%33.08
%22.74
%44.17

CMYK Percentages of Color #b079eb

%25
%49
%0
%8

Triadic Colors of #b079eb

#b079eb #ebb079 #79ebb0

Analogous Colors of #b079eb

#b079eb #e979eb #797beb

Monochromatic Colors of #b079eb

#b079eb

Complementary Color

#b079eb #b4eb79

#b079eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b079eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b079eb Color CSS Codes

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

#b079eb Text Font Color

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

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


#b079eb Background Color

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

This div background color is #b079eb


#b079eb Border Color

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

This div border color is #b079eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b079eb


Comments

No comments written yet.

Please login to write comment.