Color Hex Logo

#b14fba Color Hex

#B14FBA
(177,79,186)
0 Favorites   0 Comments

Color spaces of #b14fba

RGB 17779186
HSL0.820.440.52
HSV295°58°73°
CMYK 0.050.580.00   0.27
XYZ29.790418.484248.4521
Yxy18.48420.30800.1911
Hunter Lab42.993348.4460-36.7228
CIE-Lab50.078254.8179-38.7633

#b14fba color RGB value is (177,79,186).

#b14fba hex color red value is 177, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b14fba hue: 0.82 , saturation: 0.44 and the lightness value of b14fba is 0.52.

The process color (four color CMYK) of #b14fba color hex is 0.05, 0.58, 0.00, 0.27. Web safe color of #b14fba is #9966cc. Color #b14fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 10111010
Octal 261 117 272
Decimal 177 79 186
Hex B1 4F BA

RGB Percentages of Color #b14fba

%40.05
%17.87
%42.08

CMYK Percentages of Color #b14fba

%5
%58
%0
%27

Triadic Colors of #b14fba

#b14fba #bab14f #4fbab1

Analogous Colors of #b14fba

#b14fba #ba4f8e #7c4fba

Monochromatic Colors of #b14fba

#b14fba

Complementary Color

#b14fba #58ba4f

#b14fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14fba Color CSS Codes

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

#b14fba Text Font Color

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

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


#b14fba Background Color

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

This div background color is #b14fba


#b14fba Border Color

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

This div border color is #b14fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14fba


Comments

No comments written yet.

Please login to write comment.