Color Hex Logo

#bf457f Color Hex

#BF457F
(191,69,127)
0 Favorites   0 Comments

Color spaces of #bf457f

RGB 19169127
HSL0.920.490.51
HSV331°64°75°
CMYK 0.000.640.34   0.25
XYZ27.444716.864921.8874
Yxy16.86490.41460.2548
Hunter Lab41.066947.4231-2.8529
CIE-Lab48.089454.2314-6.6598

#bf457f color RGB value is (191,69,127).

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

The process color (four color CMYK) of #bf457f color hex is 0.00, 0.64, 0.34, 0.25. Web safe color of #bf457f is #cc3366. Color #bf457f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000101 01111111
Octal 277 105 177
Decimal 191 69 127
Hex BF 45 7F

RGB Percentages of Color #bf457f

%49.35
%17.83
%32.82

CMYK Percentages of Color #bf457f

%0
%64
%34
%25

Triadic Colors of #bf457f

#bf457f #7fbf45 #457fbf

Analogous Colors of #bf457f

#bf457f #bf4845 #bf45bc

Monochromatic Colors of #bf457f

#bf457f

Complementary Color

#bf457f #45bf85

#bf457f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf457f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf457f Color CSS Codes

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

#bf457f Text Font Color

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

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


#bf457f Background Color

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

This div background color is #bf457f


#bf457f Border Color

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

This div border color is #bf457f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf457f


Comments

No comments written yet.

Please login to write comment.