Color Hex Logo

#bd838a Color Hex

#BD838A
(189,131,138)
0 Favorites   0 Comments

Color spaces of #bd838a

RGB 189131138
HSL0.980.310.63
HSV353°31°74°
CMYK 0.000.310.27   0.26
XYZ33.690028.886427.8447
Yxy28.88640.37260.3195
Hunter Lab53.746117.83476.9054
CIE-Lab60.681223.33155.2615

#bd838a color RGB value is (189,131,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10001010
Octal 275 203 212
Decimal 189 131 138
Hex BD 83 8A

RGB Percentages of Color #bd838a

%41.27
%28.60
%30.13

CMYK Percentages of Color #bd838a

%0
%31
%27
%26

Triadic Colors of #bd838a

#bd838a #8abd83 #838abd

Analogous Colors of #bd838a

#bd838a #bd9983 #bd83a7

Monochromatic Colors of #bd838a

#bd838a

Complementary Color

#bd838a #83bdb6

#bd838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd838a Color CSS Codes

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

#bd838a Text Font Color

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

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


#bd838a Background Color

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

This div background color is #bd838a


#bd838a Border Color

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

This div border color is #bd838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd838a


Comments

No comments written yet.

Please login to write comment.