Color Hex Logo

#bf559e Color Hex

#BF559E
(191,85,158)
0 Favorites   0 Comments

Color spaces of #bf559e

RGB 19185158
HSL0.890.450.54
HSV319°55°75°
CMYK 0.000.550.17   0.25
XYZ30.905920.042034.5873
Yxy20.04200.36130.2343
Hunter Lab44.768344.8834-14.4687
CIE-Lab51.884751.2189-19.4207

#bf559e color RGB value is (191,85,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010101 10011110
Octal 277 125 236
Decimal 191 85 158
Hex BF 55 9E

RGB Percentages of Color #bf559e

%44.01
%19.59
%36.41

CMYK Percentages of Color #bf559e

%0
%55
%17
%25

Triadic Colors of #bf559e

#bf559e #9ebf55 #559ebf

Analogous Colors of #bf559e

#bf559e #bf5569 #ab55bf

Monochromatic Colors of #bf559e

#bf559e

Complementary Color

#bf559e #55bf76

#bf559e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf559e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf559e Color CSS Codes

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

#bf559e Text Font Color

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

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


#bf559e Background Color

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

This div background color is #bf559e


#bf559e Border Color

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

This div border color is #bf559e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf559e


Comments

No comments written yet.

Please login to write comment.