Color Hex Logo

#bf467f Color Hex

#BF467F
(191,70,127)
0 Favorites   0 Comments

Color spaces of #bf467f

RGB 19170127
HSL0.920.490.51
HSV332°63°75°
CMYK 0.000.630.34   0.25
XYZ27.506816.989021.9081
Yxy16.98900.41420.2558
Hunter Lab41.217746.9917-2.6615
CIE-Lab48.246253.8045-6.4264

#bf467f color RGB value is (191,70,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000110 01111111
Octal 277 106 177
Decimal 191 70 127
Hex BF 46 7F

RGB Percentages of Color #bf467f

%49.23
%18.04
%32.73

CMYK Percentages of Color #bf467f

%0
%63
%34
%25

Triadic Colors of #bf467f

#bf467f #7fbf46 #467fbf

Analogous Colors of #bf467f

#bf467f #bf4a46 #bf46bc

Monochromatic Colors of #bf467f

#bf467f

Complementary Color

#bf467f #46bf86

#bf467f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf467f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf467f Color CSS Codes

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

#bf467f Text Font Color

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

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


#bf467f Background Color

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

This div background color is #bf467f


#bf467f Border Color

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

This div border color is #bf467f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf467f


Comments

No comments written yet.

Please login to write comment.