Color Hex Logo

#b179ea Color Hex

#B179EA
(177,121,234)
0 Favorites   0 Comments

Color spaces of #b179ea

RGB 177121234
HSL0.750.730.70
HSV270°48°92°
CMYK 0.240.480.00   0.08
XYZ39.820128.962481.3334
Yxy28.96240.26530.1929
Hunter Lab53.816737.8965-51.9335
CIE-Lab60.748443.3196-49.1429

#b179ea color RGB value is (177,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111001 11101010
Octal 261 171 352
Decimal 177 121 234
Hex B1 79 EA

RGB Percentages of Color #b179ea

%33.27
%22.74
%43.98

CMYK Percentages of Color #b179ea

%24
%48
%0
%8

Triadic Colors of #b179ea

#b179ea #eab179 #79eab1

Analogous Colors of #b179ea

#b179ea #ea79ea #797aea

Monochromatic Colors of #b179ea

#b179ea

Complementary Color

#b179ea #b2ea79

#b179ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b179ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b179ea Color CSS Codes

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

#b179ea Text Font Color

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

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


#b179ea Background Color

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

This div background color is #b179ea


#b179ea Border Color

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

This div border color is #b179ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b179ea


Comments

No comments written yet.

Please login to write comment.