Color Hex Logo

#bf524d Color Hex

#BF524D
(191,82,77)
0 Favorites   0 Comments

Color spaces of #bf524d

RGB 1918277
HSL0.010.470.53
HSV60°75°
CMYK 0.000.570.60   0.25
XYZ25.842717.64689.0653
Yxy17.64680.49170.3358
Hunter Lab42.008136.296116.6110
CIE-Lab49.064943.467024.8494

#bf524d color RGB value is (191,82,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010010 01001101
Octal 277 122 115
Decimal 191 82 77
Hex BF 52 4D

RGB Percentages of Color #bf524d

%54.57
%23.43
%22.00

CMYK Percentages of Color #bf524d

%0
%57
%60
%25

Triadic Colors of #bf524d

#bf524d #4dbf52 #524dbf

Analogous Colors of #bf524d

#bf524d #bf8b4d #bf4d81

Monochromatic Colors of #bf524d

#bf524d

Complementary Color

#bf524d #4dbabf

#bf524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf524d Color CSS Codes

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

#bf524d Text Font Color

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

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


#bf524d Background Color

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

This div background color is #bf524d


#bf524d Border Color

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

This div border color is #bf524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf524d


Comments

No comments written yet.

Please login to write comment.