Color Hex Logo

#bf469f Color Hex

#BF469F
(191,70,159)
0 Favorites   0 Comments

Color spaces of #bf469f

RGB 19170159
HSL0.880.490.51
HSV316°63°75°
CMYK 0.000.630.17   0.25
XYZ29.934017.959934.6898
Yxy17.95990.36250.2175
Hunter Lab42.379151.9179-18.8670
CIE-Lab49.447458.0816-23.7575

#bf469f color RGB value is (191,70,159).

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

The process color (four color CMYK) of #bf469f color hex is 0.00, 0.63, 0.17, 0.25. Web safe color of #bf469f is #cc3399. Color #bf469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000110 10011111
Octal 277 106 237
Decimal 191 70 159
Hex BF 46 9F

RGB Percentages of Color #bf469f

%45.48
%16.67
%37.86

CMYK Percentages of Color #bf469f

%0
%63
%17
%25

Triadic Colors of #bf469f

#bf469f #9fbf46 #469fbf

Analogous Colors of #bf469f

#bf469f #bf4662 #a346bf

Monochromatic Colors of #bf469f

#bf469f

Complementary Color

#bf469f #46bf66

#bf469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf469f Color CSS Codes

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

#bf469f Text Font Color

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

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


#bf469f Background Color

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

This div background color is #bf469f


#bf469f Border Color

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

This div border color is #bf469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf469f


Comments

No comments written yet.

Please login to write comment.