Color Hex Logo

#bf296f Color Hex

#BF296F
(191,41,111)
0 Favorites   0 Comments

Color spaces of #bf296f

RGB 19141111
HSL0.920.650.45
HSV332°79°75°
CMYK 0.000.790.42   0.25
XYZ25.148013.809916.3791
Yxy13.80990.45450.2496
Hunter Lab37.161755.7614-0.1190
CIE-Lab43.959162.5459-2.9892

#bf296f color RGB value is (191,41,111).

#bf296f hex color red value is 191, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bf296f hue: 0.92 , saturation: 0.65 and the lightness value of bf296f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101001 01101111
Octal 277 51 157
Decimal 191 41 111
Hex BF 29 6F

RGB Percentages of Color #bf296f

%55.69
%11.95
%32.36

CMYK Percentages of Color #bf296f

%0
%79
%42
%25

Triadic Colors of #bf296f

#bf296f #6fbf29 #296fbf

Analogous Colors of #bf296f

#bf296f #bf2e29 #bf29ba

Monochromatic Colors of #bf296f

#bf296f

Complementary Color

#bf296f #29bf79

#bf296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf296f Color CSS Codes

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

#bf296f Text Font Color

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

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


#bf296f Background Color

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

This div background color is #bf296f


#bf296f Border Color

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

This div border color is #bf296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf296f


Comments

No comments written yet.

Please login to write comment.