Color Hex Logo

#bd828e Color Hex

#BD828E
(189,130,142)
0 Favorites   0 Comments

Color spaces of #bd828e

RGB 189130142
HSL0.970.310.63
HSV348°31°74°
CMYK 0.000.310.25   0.26
XYZ33.851428.737129.3538
Yxy28.73710.36820.3126
Hunter Lab53.607018.90585.0592
CIE-Lab60.548924.46612.7802

#bd828e color RGB value is (189,130,142).

#bd828e hex color red value is 189, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bd828e hue: 0.97 , saturation: 0.31 and the lightness value of bd828e is 0.63.

The process color (four color CMYK) of #bd828e color hex is 0.00, 0.31, 0.25, 0.26. Web safe color of #bd828e is #cc9999. Color #bd828e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 10001110
Octal 275 202 216
Decimal 189 130 142
Hex BD 82 8E

RGB Percentages of Color #bd828e

%41.00
%28.20
%30.80

CMYK Percentages of Color #bd828e

%0
%31
%25
%26

Triadic Colors of #bd828e

#bd828e #8ebd82 #828ebd

Analogous Colors of #bd828e

#bd828e #bd9482 #bd82ac

Monochromatic Colors of #bd828e

#bd828e

Complementary Color

#bd828e #82bdb1

#bd828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd828e Color CSS Codes

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

#bd828e Text Font Color

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

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


#bd828e Background Color

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

This div background color is #bd828e


#bd828e Border Color

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

This div border color is #bd828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd828e


Comments

No comments written yet.

Please login to write comment.