Color Hex Logo

#bf585a Color Hex

#BF585A
(191,88,90)
0 Favorites   0 Comments

Color spaces of #bf585a

RGB 1918890
HSL1.000.450.55
HSV359°54°75°
CMYK 0.000.540.53   0.25
XYZ26.821018.794011.8868
Yxy18.79400.46640.3268
Hunter Lab43.352034.568114.0896
CIE-Lab50.445341.553718.9740

#bf585a color RGB value is (191,88,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 01011010
Octal 277 130 132
Decimal 191 88 90
Hex BF 58 5A

RGB Percentages of Color #bf585a

%51.76
%23.85
%24.39

CMYK Percentages of Color #bf585a

%0
%54
%53
%25

Triadic Colors of #bf585a

#bf585a #5abf58 #585abf

Analogous Colors of #bf585a

#bf585a #bf8a58 #bf588e

Monochromatic Colors of #bf585a

#bf585a

Complementary Color

#bf585a #58bfbd

#bf585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf585a Color CSS Codes

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

#bf585a Text Font Color

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

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


#bf585a Background Color

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

This div background color is #bf585a


#bf585a Border Color

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

This div border color is #bf585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf585a


Comments

No comments written yet.

Please login to write comment.