Color Hex Logo

#bf464e Color Hex

#BF464E
(191,70,78)
0 Favorites   0 Comments

Color spaces of #bf464e

RGB 1917078
HSL0.990.490.51
HSV356°63°75°
CMYK 0.000.630.59   0.25
XYZ25.051216.00678.9770
Yxy16.00670.50070.3199
Hunter Lab40.008441.752914.7025
CIE-Lab46.983349.098121.5449

#bf464e color RGB value is (191,70,78).

#bf464e hex color red value is 191, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bf464e hue: 0.99 , saturation: 0.49 and the lightness value of bf464e is 0.51.

The process color (four color CMYK) of #bf464e color hex is 0.00, 0.63, 0.59, 0.25. Web safe color of #bf464e is #cc3366. Color #bf464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000110 01001110
Octal 277 106 116
Decimal 191 70 78
Hex BF 46 4E

RGB Percentages of Color #bf464e

%56.34
%20.65
%23.01

CMYK Percentages of Color #bf464e

%0
%63
%59
%25

Triadic Colors of #bf464e

#bf464e #4ebf46 #464ebf

Analogous Colors of #bf464e

#bf464e #bf7b46 #bf468b

Monochromatic Colors of #bf464e

#bf464e

Complementary Color

#bf464e #46bfb7

#bf464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf464e Color CSS Codes

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

#bf464e Text Font Color

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

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


#bf464e Background Color

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

This div background color is #bf464e


#bf464e Border Color

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

This div border color is #bf464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf464e


Comments

No comments written yet.

Please login to write comment.