Color Hex Logo

#bf5859 Color Hex

#BF5859
(191,88,89)
0 Favorites   0 Comments

Color spaces of #bf5859

RGB 1918889
HSL1.000.450.55
HSV359°54°75°
CMYK 0.000.540.53   0.25
XYZ26.778818.777111.6641
Yxy18.77710.46800.3282
Hunter Lab43.332634.478114.3733
CIE-Lab50.425441.467519.5404

#bf5859 color RGB value is (191,88,89).

#bf5859 hex color red value is 191, green value is 88 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bf5859 hue: 1.00 , saturation: 0.45 and the lightness value of bf5859 is 0.55.

The process color (four color CMYK) of #bf5859 color hex is 0.00, 0.54, 0.53, 0.25. Web safe color of #bf5859 is #cc6666. Color #bf5859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 01011001
Octal 277 130 131
Decimal 191 88 89
Hex BF 58 59

RGB Percentages of Color #bf5859

%51.90
%23.91
%24.18

CMYK Percentages of Color #bf5859

%0
%54
%53
%25

Triadic Colors of #bf5859

#bf5859 #59bf58 #5859bf

Analogous Colors of #bf5859

#bf5859 #bf8b58 #bf588d

Monochromatic Colors of #bf5859

#bf5859

Complementary Color

#bf5859 #58bfbe

#bf5859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5859 Color CSS Codes

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

#bf5859 Text Font Color

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

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


#bf5859 Background Color

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

This div background color is #bf5859


#bf5859 Border Color

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

This div border color is #bf5859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5859


Comments

No comments written yet.

Please login to write comment.