Color Hex Logo

#b14986 Color Hex

#B14986
(177,73,134)
0 Favorites   0 Comments

Color spaces of #b14986

RGB 17773134
HSL0.900.420.49
HSV325°59°69°
CMYK 0.000.590.24   0.31
XYZ24.817115.833424.3024
Yxy15.83340.38210.2438
Hunter Lab39.791241.6928-8.3574
CIE-Lab46.755249.0797-13.1198

#b14986 color RGB value is (177,73,134).

#b14986 hex color red value is 177, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b14986 hue: 0.90 , saturation: 0.42 and the lightness value of b14986 is 0.49.

The process color (four color CMYK) of #b14986 color hex is 0.00, 0.59, 0.24, 0.31. Web safe color of #b14986 is #993399. Color #b14986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001001 10000110
Octal 261 111 206
Decimal 177 73 134
Hex B1 49 86

RGB Percentages of Color #b14986

%46.09
%19.01
%34.90

CMYK Percentages of Color #b14986

%0
%59
%24
%31

Triadic Colors of #b14986

#b14986 #86b149 #4986b1

Analogous Colors of #b14986

#b14986 #b14952 #a849b1

Monochromatic Colors of #b14986

#b14986

Complementary Color

#b14986 #49b174

#b14986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14986 Color CSS Codes

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

#b14986 Text Font Color

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

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


#b14986 Background Color

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

This div background color is #b14986


#b14986 Border Color

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

This div border color is #b14986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14986


Comments

No comments written yet.

Please login to write comment.