Color Hex Logo

#b14faa Color Hex

#B14FAA
(177,79,170)
0 Favorites   0 Comments

Color spaces of #b14faa

RGB 17779170
HSL0.850.390.50
HSV304°55°69°
CMYK 0.000.550.04   0.31
XYZ28.183117.841439.9885
Yxy17.84140.32770.2074
Hunter Lab42.239145.1818-26.5636
CIE-Lab49.303251.9371-30.6343

#b14faa color RGB value is (177,79,170).

#b14faa hex color red value is 177, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b14faa hue: 0.85 , saturation: 0.39 and the lightness value of b14faa is 0.50.

The process color (four color CMYK) of #b14faa color hex is 0.00, 0.55, 0.04, 0.31. Web safe color of #b14faa is #996699. Color #b14faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 10101010
Octal 261 117 252
Decimal 177 79 170
Hex B1 4F AA

RGB Percentages of Color #b14faa

%41.55
%18.54
%39.91

CMYK Percentages of Color #b14faa

%0
%55
%4
%31

Triadic Colors of #b14faa

#b14faa #aab14f #4faab1

Analogous Colors of #b14faa

#b14faa #b14f79 #874fb1

Monochromatic Colors of #b14faa

#b14faa

Complementary Color

#b14faa #4fb156

#b14faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14faa Color CSS Codes

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

#b14faa Text Font Color

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

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


#b14faa Background Color

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

This div background color is #b14faa


#b14faa Border Color

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

This div border color is #b14faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,79,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14faa


Comments

No comments written yet.

Please login to write comment.