Color Hex Logo

#b14877 Color Hex

#B14877
(177,72,119)
0 Favorites   0 Comments

Color spaces of #b14877

RGB 17772119
HSL0.930.420.49
HSV333°59°69°
CMYK 0.000.590.33   0.31
XYZ23.778615.313819.1553
Yxy15.31380.40820.2629
Hunter Lab39.132939.9809-1.6291
CIE-Lab46.061047.5503-5.0640

#b14877 color RGB value is (177,72,119).

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

The process color (four color CMYK) of #b14877 color hex is 0.00, 0.59, 0.33, 0.31. Web safe color of #b14877 is #993366. Color #b14877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001000 01110111
Octal 261 110 167
Decimal 177 72 119
Hex B1 48 77

RGB Percentages of Color #b14877

%48.10
%19.57
%32.34

CMYK Percentages of Color #b14877

%0
%59
%33
%31

Triadic Colors of #b14877

#b14877 #77b148 #4877b1

Analogous Colors of #b14877

#b14877 #b14e48 #b148ac

Monochromatic Colors of #b14877

#b14877

Complementary Color

#b14877 #48b182

#b14877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14877 Color CSS Codes

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

#b14877 Text Font Color

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

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


#b14877 Background Color

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

This div background color is #b14877


#b14877 Border Color

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

This div border color is #b14877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14877


Comments

No comments written yet.

Please login to write comment.