Color Hex Logo

#bd827e Color Hex

#BD827E
(189,130,126)
0 Favorites   0 Comments

Color spaces of #bd827e

RGB 189130126
HSL0.010.320.62
HSV33°74°
CMYK 0.000.310.33   0.26
XYZ32.734828.290423.4740
Yxy28.29040.38740.3348
Hunter Lab53.188716.776911.0654
CIE-Lab60.150222.244111.3696

#bd827e color RGB value is (189,130,126).

#bd827e hex color red value is 189, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd827e hue: 0.01 , saturation: 0.32 and the lightness value of bd827e is 0.62.

The process color (four color CMYK) of #bd827e color hex is 0.00, 0.31, 0.33, 0.26. Web safe color of #bd827e is #cc9966. Color #bd827e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 01111110
Octal 275 202 176
Decimal 189 130 126
Hex BD 82 7E

RGB Percentages of Color #bd827e

%42.47
%29.21
%28.31

CMYK Percentages of Color #bd827e

%0
%31
%33
%26

Triadic Colors of #bd827e

#bd827e #7ebd82 #827ebd

Analogous Colors of #bd827e

#bd827e #bda27e #bd7e9a

Monochromatic Colors of #bd827e

#bd827e

Complementary Color

#bd827e #7eb9bd

#bd827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd827e Color CSS Codes

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

#bd827e Text Font Color

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

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


#bd827e Background Color

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

This div background color is #bd827e


#bd827e Border Color

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

This div border color is #bd827e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd827e


Comments

No comments written yet.

Please login to write comment.