Color Hex Logo

#b14fbf Color Hex

#B14FBF
(177,79,191)
0 Favorites   0 Comments

Color spaces of #b14fbf

RGB 17779191
HSL0.810.470.53
HSV293°59°75°
CMYK 0.070.590.00   0.25
XYZ30.331418.700751.3012
Yxy18.70070.30230.1864
Hunter Lab43.244349.5217-40.0654
CIE-Lab50.335255.7539-41.2563

#b14fbf color RGB value is (177,79,191).

#b14fbf hex color red value is 177, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b14fbf hue: 0.81 , saturation: 0.47 and the lightness value of b14fbf is 0.53.

The process color (four color CMYK) of #b14fbf color hex is 0.07, 0.59, 0.00, 0.25. Web safe color of #b14fbf is #9966cc. Color #b14fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 10111111
Octal 261 117 277
Decimal 177 79 191
Hex B1 4F BF

RGB Percentages of Color #b14fbf

%39.60
%17.67
%42.73

CMYK Percentages of Color #b14fbf

%7
%59
%0
%25

Triadic Colors of #b14fbf

#b14fbf #bfb14f #4fbfb1

Analogous Colors of #b14fbf

#b14fbf #bf4f95 #794fbf

Monochromatic Colors of #b14fbf

#b14fbf

Complementary Color

#b14fbf #5dbf4f

#b14fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14fbf Color CSS Codes

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

#b14fbf Text Font Color

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

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


#b14fbf Background Color

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

This div background color is #b14fbf


#b14fbf Border Color

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

This div border color is #b14fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14fbf


Comments

No comments written yet.

Please login to write comment.