Color Hex Logo

#bf4f6c Color Hex

#BF4F6C
(191,79,108)
0 Favorites   0 Comments

Color spaces of #bf4f6c

RGB 19179108
HSL0.960.470.53
HSV344°59°75°
CMYK 0.000.590.43   0.25
XYZ26.988617.751016.1912
Yxy17.75100.44290.2913
Hunter Lab42.131940.61156.7074
CIE-Lab49.192747.63476.4426

#bf4f6c color RGB value is (191,79,108).

#bf4f6c hex color red value is 191, green value is 79 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bf4f6c hue: 0.96 , saturation: 0.47 and the lightness value of bf4f6c is 0.53.

The process color (four color CMYK) of #bf4f6c color hex is 0.00, 0.59, 0.43, 0.25. Web safe color of #bf4f6c is #cc6666. Color #bf4f6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001111 01101100
Octal 277 117 154
Decimal 191 79 108
Hex BF 4F 6C

RGB Percentages of Color #bf4f6c

%50.53
%20.90
%28.57

CMYK Percentages of Color #bf4f6c

%0
%59
%43
%25

Triadic Colors of #bf4f6c

#bf4f6c #6cbf4f #4f6cbf

Analogous Colors of #bf4f6c

#bf4f6c #bf6a4f #bf4fa4

Monochromatic Colors of #bf4f6c

#bf4f6c

Complementary Color

#bf4f6c #4fbfa2

#bf4f6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4f6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4f6c Color CSS Codes

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

#bf4f6c Text Font Color

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

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


#bf4f6c Background Color

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

This div background color is #bf4f6c


#bf4f6c Border Color

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

This div border color is #bf4f6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4f6c

#bf4f6c Color Palettes


Comments

No comments written yet.

Please login to write comment.