Color Hex Logo

#b14fac Color Hex

#B14FAC
(177,79,172)
0 Favorites   0 Comments

Color spaces of #b14fac

RGB 17779172
HSL0.840.390.50
HSV303°55°69°
CMYK 0.000.550.03   0.31
XYZ28.373817.917640.9927
Yxy17.91760.32510.2053
Hunter Lab42.329245.5748-27.7876
CIE-Lab49.396052.2872-31.6632

#b14fac color RGB value is (177,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001111 10101100
Octal 261 117 254
Decimal 177 79 172
Hex B1 4F AC

RGB Percentages of Color #b14fac

%41.36
%18.46
%40.19

CMYK Percentages of Color #b14fac

%0
%55
%3
%31

Triadic Colors of #b14fac

#b14fac #acb14f #4facb1

Analogous Colors of #b14fac

#b14fac #b14f7b #854fb1

Monochromatic Colors of #b14fac

#b14fac

Complementary Color

#b14fac #4fb154

#b14fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14fac Color CSS Codes

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

#b14fac Text Font Color

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

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


#b14fac Background Color

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

This div background color is #b14fac


#b14fac Border Color

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

This div border color is #b14fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14fac


Comments

No comments written yet.

Please login to write comment.