Color Hex Logo

#bf747c Color Hex

#BF747C
(191,116,124)
0 Favorites   0 Comments

Color spaces of #bf747c

RGB 191116124
HSL0.980.370.60
HSV354°39°75°
CMYK 0.000.390.35   0.25
XYZ31.369325.022422.2452
Yxy25.02240.39890.3182
Hunter Lab50.022424.39918.6491
CIE-Lab57.097230.46088.2360

#bf747c color RGB value is (191,116,124).

#bf747c hex color red value is 191, green value is 116 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bf747c hue: 0.98 , saturation: 0.37 and the lightness value of bf747c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 01111100
Octal 277 164 174
Decimal 191 116 124
Hex BF 74 7C

RGB Percentages of Color #bf747c

%44.32
%26.91
%28.77

CMYK Percentages of Color #bf747c

%0
%39
%35
%25

Triadic Colors of #bf747c

#bf747c #7cbf74 #747cbf

Analogous Colors of #bf747c

#bf747c #bf9274 #bf74a2

Monochromatic Colors of #bf747c

#bf747c

Complementary Color

#bf747c #74bfb7

#bf747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf747c Color CSS Codes

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

#bf747c Text Font Color

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

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


#bf747c Background Color

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

This div background color is #bf747c


#bf747c Border Color

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

This div border color is #bf747c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,116,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 #bf747c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf747c


Comments

No comments written yet.

Please login to write comment.