Color Hex Logo

#b14c8a Color Hex

#B14C8A
(177,76,138)
0 Favorites   0 Comments

Color spaces of #b14c8a

RGB 17776138
HSL0.900.400.50
HSV323°57°69°
CMYK 0.000.570.22   0.31
XYZ25.303316.351025.8672
Yxy16.35100.37470.2422
Hunter Lab40.436440.9338-9.6224
CIE-Lab47.431748.2372-14.5033

#b14c8a color RGB value is (177,76,138).

#b14c8a hex color red value is 177, green value is 76 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b14c8a hue: 0.90 , saturation: 0.40 and the lightness value of b14c8a is 0.50.

The process color (four color CMYK) of #b14c8a color hex is 0.00, 0.57, 0.22, 0.31. Web safe color of #b14c8a is #993399. Color #b14c8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001100 10001010
Octal 261 114 212
Decimal 177 76 138
Hex B1 4C 8A

RGB Percentages of Color #b14c8a

%45.27
%19.44
%35.29

CMYK Percentages of Color #b14c8a

%0
%57
%22
%31

Triadic Colors of #b14c8a

#b14c8a #8ab14c #4c8ab1

Analogous Colors of #b14c8a

#b14c8a #b14c58 #a64cb1

Monochromatic Colors of #b14c8a

#b14c8a

Complementary Color

#b14c8a #4cb173

#b14c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14c8a Color CSS Codes

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

#b14c8a Text Font Color

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

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


#b14c8a Background Color

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

This div background color is #b14c8a


#b14c8a Border Color

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

This div border color is #b14c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14c8a


Comments

No comments written yet.

Please login to write comment.