Color Hex Logo

#bf559f Color Hex

#BF559F
(191,85,159)
0 Favorites   0 Comments

Color spaces of #bf559f

RGB 19185159
HSL0.880.450.54
HSV318°55°75°
CMYK 0.000.550.17   0.25
XYZ30.992420.076635.0426
Yxy20.07660.35990.2331
Hunter Lab44.806945.0542-15.0047
CIE-Lab51.923751.3710-19.9495

#bf559f color RGB value is (191,85,159).

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

The process color (four color CMYK) of #bf559f color hex is 0.00, 0.55, 0.17, 0.25. Web safe color of #bf559f is #cc6699. Color #bf559f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010101 10011111
Octal 277 125 237
Decimal 191 85 159
Hex BF 55 9F

RGB Percentages of Color #bf559f

%43.91
%19.54
%36.55

CMYK Percentages of Color #bf559f

%0
%55
%17
%25

Triadic Colors of #bf559f

#bf559f #9fbf55 #559fbf

Analogous Colors of #bf559f

#bf559f #bf556a #aa55bf

Monochromatic Colors of #bf559f

#bf559f

Complementary Color

#bf559f #55bf75

#bf559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf559f Color CSS Codes

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

#bf559f Text Font Color

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

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


#bf559f Background Color

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

This div background color is #bf559f


#bf559f Border Color

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

This div border color is #bf559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf559f


Comments

No comments written yet.

Please login to write comment.