Color Hex Logo

#bf537f Color Hex

#BF537F
(191,83,127)
0 Favorites   0 Comments

Color spaces of #bf537f

RGB 19183127
HSL0.930.460.54
HSV336°57°75°
CMYK 0.000.570.34   0.25
XYZ28.409918.795222.2091
Yxy18.79520.40930.2708
Hunter Lab43.353441.1042-0.0257
CIE-Lab50.446747.8999-3.1666

#bf537f color RGB value is (191,83,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010011 01111111
Octal 277 123 177
Decimal 191 83 127
Hex BF 53 7F

RGB Percentages of Color #bf537f

%47.63
%20.70
%31.67

CMYK Percentages of Color #bf537f

%0
%57
%34
%25

Triadic Colors of #bf537f

#bf537f #7fbf53 #537fbf

Analogous Colors of #bf537f

#bf537f #bf5d53 #bf53b5

Monochromatic Colors of #bf537f

#bf537f

Complementary Color

#bf537f #53bf93

#bf537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf537f Color CSS Codes

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

#bf537f Text Font Color

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

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


#bf537f Background Color

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

This div background color is #bf537f


#bf537f Border Color

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

This div border color is #bf537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf537f


Comments

No comments written yet.

Please login to write comment.