Color Hex Logo

#bd524e Color Hex

#BD524E
(189,82,78)
0 Favorites   0 Comments

Color spaces of #bd524e

RGB 1898278
HSL0.010.460.52
HSV59°74°
CMYK 0.000.570.59   0.26
XYZ25.378717.40359.2293
Yxy17.40350.48790.3346
Hunter Lab41.717535.584216.0853
CIE-Lab48.764542.811523.8079

#bd524e color RGB value is (189,82,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 01001110
Octal 275 122 116
Decimal 189 82 78
Hex BD 52 4E

RGB Percentages of Color #bd524e

%54.15
%23.50
%22.35

CMYK Percentages of Color #bd524e

%0
%57
%59
%26

Triadic Colors of #bd524e

#bd524e #4ebd52 #524ebd

Analogous Colors of #bd524e

#bd524e #bd8a4e #bd4e82

Monochromatic Colors of #bd524e

#bd524e

Complementary Color

#bd524e #4eb9bd

#bd524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd524e Color CSS Codes

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

#bd524e Text Font Color

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

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


#bd524e Background Color

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

This div background color is #bd524e


#bd524e Border Color

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

This div border color is #bd524e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,82,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd524e


Comments

No comments written yet.

Please login to write comment.