Color Hex Logo

#b079ea Color Hex

#B079EA
(176,121,234)
0 Favorites   0 Comments

Color spaces of #b079ea

RGB 176121234
HSL0.750.730.70
HSV269°48°92°
CMYK 0.250.480.00   0.08
XYZ39.593228.845481.3228
Yxy28.84540.26440.1926
Hunter Lab53.707937.6004-52.1795
CIE-Lab60.644943.0537-49.3135

#b079ea color RGB value is (176,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 11101010
Octal 260 171 352
Decimal 176 121 234
Hex B0 79 EA

RGB Percentages of Color #b079ea

%33.15
%22.79
%44.07

CMYK Percentages of Color #b079ea

%25
%48
%0
%8

Triadic Colors of #b079ea

#b079ea #eab079 #79eab0

Analogous Colors of #b079ea

#b079ea #e979ea #797bea

Monochromatic Colors of #b079ea

#b079ea

Complementary Color

#b079ea #b3ea79

#b079ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b079ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b079ea Color CSS Codes

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

#b079ea Text Font Color

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

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


#b079ea Background Color

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

This div background color is #b079ea


#b079ea Border Color

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

This div border color is #b079ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b079ea


Comments

No comments written yet.

Please login to write comment.