Color Hex Logo

#bf535f Color Hex

#BF535F
(191,83,95)
0 Favorites   0 Comments

Color spaces of #bf535f

RGB 1918395
HSL0.980.460.54
HSV353°57°75°
CMYK 0.000.570.50   0.25
XYZ26.644718.089112.9137
Yxy18.08910.46220.3138
Hunter Lab42.531337.395711.7698
CIE-Lab49.604044.459914.8465

#bf535f color RGB value is (191,83,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010011 01011111
Octal 277 123 137
Decimal 191 83 95
Hex BF 53 5F

RGB Percentages of Color #bf535f

%51.76
%22.49
%25.75

CMYK Percentages of Color #bf535f

%0
%57
%50
%25

Triadic Colors of #bf535f

#bf535f #5fbf53 #535fbf

Analogous Colors of #bf535f

#bf535f #bf7d53 #bf5395

Monochromatic Colors of #bf535f

#bf535f

Complementary Color

#bf535f #53bfb3

#bf535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf535f Color CSS Codes

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

#bf535f Text Font Color

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

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


#bf535f Background Color

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

This div background color is #bf535f


#bf535f Border Color

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

This div border color is #bf535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf535f


Comments

No comments written yet.

Please login to write comment.