Color Hex Logo

#bf515f Color Hex

#BF515F
(191,81,95)
0 Favorites   0 Comments

Color spaces of #bf515f

RGB 1918195
HSL0.980.460.53
HSV352°58°75°
CMYK 0.000.580.50   0.25
XYZ26.493817.787412.8634
Yxy17.78740.46360.3113
Hunter Lab42.175138.324711.4391
CIE-Lab49.237245.421914.3419

#bf515f color RGB value is (191,81,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010001 01011111
Octal 277 121 137
Decimal 191 81 95
Hex BF 51 5F

RGB Percentages of Color #bf515f

%52.04
%22.07
%25.89

CMYK Percentages of Color #bf515f

%0
%58
%50
%25

Triadic Colors of #bf515f

#bf515f #5fbf51 #515fbf

Analogous Colors of #bf515f

#bf515f #bf7a51 #bf5196

Monochromatic Colors of #bf515f

#bf515f

Complementary Color

#bf515f #51bfb1

#bf515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf515f Color CSS Codes

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

#bf515f Text Font Color

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

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


#bf515f Background Color

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

This div background color is #bf515f


#bf515f Border Color

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

This div border color is #bf515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf515f


Comments

No comments written yet.

Please login to write comment.