Color Hex Logo

#bf517e Color Hex

#BF517E
(191,81,126)
0 Favorites   0 Comments

Color spaces of #bf517e

RGB 19181126
HSL0.930.460.53
HSV335°58°75°
CMYK 0.000.580.34   0.25
XYZ28.194218.467621.8173
Yxy18.46760.41170.2697
Hunter Lab42.973941.9053-0.0190
CIE-Lab50.058448.7255-3.1397

#bf517e color RGB value is (191,81,126).

#bf517e hex color red value is 191, green value is 81 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bf517e hue: 0.93 , saturation: 0.46 and the lightness value of bf517e is 0.53.

The process color (four color CMYK) of #bf517e color hex is 0.00, 0.58, 0.34, 0.25. Web safe color of #bf517e is #cc6666. Color #bf517e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010001 01111110
Octal 277 121 176
Decimal 191 81 126
Hex BF 51 7E

RGB Percentages of Color #bf517e

%47.99
%20.35
%31.66

CMYK Percentages of Color #bf517e

%0
%58
%34
%25

Triadic Colors of #bf517e

#bf517e #7ebf51 #517ebf

Analogous Colors of #bf517e

#bf517e #bf5b51 #bf51b5

Monochromatic Colors of #bf517e

#bf517e

Complementary Color

#bf517e #51bf92

#bf517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf517e Color CSS Codes

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

#bf517e Text Font Color

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

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


#bf517e Background Color

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

This div background color is #bf517e


#bf517e Border Color

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

This div border color is #bf517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf517e


Comments

No comments written yet.

Please login to write comment.