Color Hex Logo

#bf436f Color Hex

#BF436F
(191,67,111)
0 Favorites   0 Comments

Color spaces of #bf436f

RGB 19167111
HSL0.940.490.51
HSV339°65°75°
CMYK 0.000.650.42   0.25
XYZ26.362316.238416.7838
Yxy16.23840.44390.2734
Hunter Lab40.296946.25543.5133
CIE-Lab47.285753.29231.8774

#bf436f color RGB value is (191,67,111).

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

The process color (four color CMYK) of #bf436f color hex is 0.00, 0.65, 0.42, 0.25. Web safe color of #bf436f is #cc3366. Color #bf436f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000011 01101111
Octal 277 103 157
Decimal 191 67 111
Hex BF 43 6F

RGB Percentages of Color #bf436f

%51.76
%18.16
%30.08

CMYK Percentages of Color #bf436f

%0
%65
%42
%25

Triadic Colors of #bf436f

#bf436f #6fbf43 #436fbf

Analogous Colors of #bf436f

#bf436f #bf5543 #bf43ad

Monochromatic Colors of #bf436f

#bf436f

Complementary Color

#bf436f #43bf93

#bf436f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf436f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf436f Color CSS Codes

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

#bf436f Text Font Color

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

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


#bf436f Background Color

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

This div background color is #bf436f


#bf436f Border Color

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

This div border color is #bf436f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf436f


Comments

No comments written yet.

Please login to write comment.