Color Hex Logo

#bd524d Color Hex

#BD524D
(189,82,77)
0 Favorites   0 Comments

Color spaces of #bd524d

RGB 1898277
HSL0.010.460.52
HSV59°74°
CMYK 0.000.570.59   0.26
XYZ25.343117.38929.0419
Yxy17.38920.48950.3359
Hunter Lab41.700435.506516.3344
CIE-Lab48.746742.737324.3760

#bd524d color RGB value is (189,82,77).

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

The process color (four color CMYK) of #bd524d color hex is 0.00, 0.57, 0.59, 0.26. Web safe color of #bd524d is #cc6666. Color #bd524d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 01001101
Octal 275 122 115
Decimal 189 82 77
Hex BD 52 4D

RGB Percentages of Color #bd524d

%54.31
%23.56
%22.13

CMYK Percentages of Color #bd524d

%0
%57
%59
%26

Triadic Colors of #bd524d

#bd524d #4dbd52 #524dbd

Analogous Colors of #bd524d

#bd524d #bd8a4d #bd4d80

Monochromatic Colors of #bd524d

#bd524d

Complementary Color

#bd524d #4db8bd

#bd524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd524d Color CSS Codes

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

#bd524d Text Font Color

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

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


#bd524d Background Color

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

This div background color is #bd524d


#bd524d Border Color

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

This div border color is #bd524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd524d


Comments

No comments written yet.

Please login to write comment.