Color Hex Logo

#bf4079 Color Hex

#BF4079
(191,64,121)
0 Favorites   0 Comments

Color spaces of #bf4079

RGB 19164121
HSL0.930.500.50
HSV333°66°75°
CMYK 0.000.660.37   0.25
XYZ26.770416.123619.7904
Yxy16.12360.42710.2572
Hunter Lab40.154248.7343-1.1137
CIE-Lab47.136255.6107-4.4353

#bf4079 color RGB value is (191,64,121).

#bf4079 hex color red value is 191, green value is 64 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bf4079 hue: 0.93 , saturation: 0.50 and the lightness value of bf4079 is 0.50.

The process color (four color CMYK) of #bf4079 color hex is 0.00, 0.66, 0.37, 0.25. Web safe color of #bf4079 is #cc3366. Color #bf4079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000000 01111001
Octal 277 100 171
Decimal 191 64 121
Hex BF 40 79

RGB Percentages of Color #bf4079

%50.80
%17.02
%32.18

CMYK Percentages of Color #bf4079

%0
%66
%37
%25

Triadic Colors of #bf4079

#bf4079 #79bf40 #4079bf

Analogous Colors of #bf4079

#bf4079 #bf4740 #bf40b9

Monochromatic Colors of #bf4079

#bf4079

Complementary Color

#bf4079 #40bf86

#bf4079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4079 Color CSS Codes

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

#bf4079 Text Font Color

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

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


#bf4079 Background Color

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

This div background color is #bf4079


#bf4079 Border Color

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

This div border color is #bf4079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4079


Comments

No comments written yet.

Please login to write comment.