Color Hex Logo

#bf584d Color Hex

#BF584D
(191,88,77)
0 Favorites   0 Comments

Color spaces of #bf584d

RGB 1918877
HSL0.020.470.53
HSV60°75°
CMYK 0.000.540.60   0.25
XYZ26.315118.59169.2228
Yxy18.59160.48620.3435
Hunter Lab43.118033.482917.5006
CIE-Lab50.205940.510526.3138

#bf584d color RGB value is (191,88,77).

#bf584d hex color red value is 191, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bf584d hue: 0.02 , saturation: 0.47 and the lightness value of bf584d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 01001101
Octal 277 130 115
Decimal 191 88 77
Hex BF 58 4D

RGB Percentages of Color #bf584d

%53.65
%24.72
%21.63

CMYK Percentages of Color #bf584d

%0
%54
%60
%25

Triadic Colors of #bf584d

#bf584d #4dbf58 #584dbf

Analogous Colors of #bf584d

#bf584d #bf914d #bf4d7b

Monochromatic Colors of #bf584d

#bf584d

Complementary Color

#bf584d #4db4bf

#bf584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf584d Color CSS Codes

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

#bf584d Text Font Color

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

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


#bf584d Background Color

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

This div background color is #bf584d


#bf584d Border Color

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

This div border color is #bf584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf584d


Comments

No comments written yet.

Please login to write comment.