Color Hex Logo

#bf777c Color Hex

#BF777C
(191,119,124)
0 Favorites   0 Comments

Color spaces of #bf777c

RGB 191119124
HSL0.990.360.61
HSV356°38°75°
CMYK 0.000.380.35   0.25
XYZ31.720825.725322.3624
Yxy25.72530.39750.3223
Hunter Lab50.720122.87539.3632
CIE-Lab57.775428.82359.1987

#bf777c color RGB value is (191,119,124).

#bf777c hex color red value is 191, green value is 119 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bf777c hue: 0.99 , saturation: 0.36 and the lightness value of bf777c is 0.61.

The process color (four color CMYK) of #bf777c color hex is 0.00, 0.38, 0.35, 0.25. Web safe color of #bf777c is #cc6666. Color #bf777c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 01111100
Octal 277 167 174
Decimal 191 119 124
Hex BF 77 7C

RGB Percentages of Color #bf777c

%44.01
%27.42
%28.57

CMYK Percentages of Color #bf777c

%0
%38
%35
%25

Triadic Colors of #bf777c

#bf777c #7cbf77 #777cbf

Analogous Colors of #bf777c

#bf777c #bf9677 #bf77a0

Monochromatic Colors of #bf777c

#bf777c

Complementary Color

#bf777c #77bfba

#bf777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf777c Color CSS Codes

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

#bf777c Text Font Color

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

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


#bf777c Background Color

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

This div background color is #bf777c


#bf777c Border Color

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

This div border color is #bf777c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf777c


Comments

No comments written yet.

Please login to write comment.