Color Hex Logo

#bf464d Color Hex

#BF464D
(191,70,77)
0 Favorites   0 Comments

Color spaces of #bf464d

RGB 1917077
HSL0.990.490.51
HSV357°63°75°
CMYK 0.000.630.60   0.25
XYZ25.015615.99258.7896
Yxy15.99250.50230.3211
Hunter Lab39.990641.674714.9620
CIE-Lab46.964649.026522.1227

#bf464d color RGB value is (191,70,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000110 01001101
Octal 277 106 115
Decimal 191 70 77
Hex BF 46 4D

RGB Percentages of Color #bf464d

%56.51
%20.71
%22.78

CMYK Percentages of Color #bf464d

%0
%63
%60
%25

Triadic Colors of #bf464d

#bf464d #4dbf46 #464dbf

Analogous Colors of #bf464d

#bf464d #bf7c46 #bf468a

Monochromatic Colors of #bf464d

#bf464d

Complementary Color

#bf464d #46bfb8

#bf464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf464d Color CSS Codes

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

#bf464d Text Font Color

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

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


#bf464d Background Color

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

This div background color is #bf464d


#bf464d Border Color

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

This div border color is #bf464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf464d


Comments

No comments written yet.

Please login to write comment.