Color Hex Logo

#bd839e Color Hex

#BD839E
(189,131,158)
0 Favorites   0 Comments

Color spaces of #bd839e

RGB 189131158
HSL0.920.310.63
HSV332°31°74°
CMYK 0.000.310.16   0.26
XYZ35.274129.520036.1865
Yxy29.52000.34930.2923
Hunter Lab54.332320.8058-1.4558
CIE-Lab61.237826.3937-5.3661

#bd839e color RGB value is (189,131,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10011110
Octal 275 203 236
Decimal 189 131 158
Hex BD 83 9E

RGB Percentages of Color #bd839e

%39.54
%27.41
%33.05

CMYK Percentages of Color #bd839e

%0
%31
%16
%26

Triadic Colors of #bd839e

#bd839e #9ebd83 #839ebd

Analogous Colors of #bd839e

#bd839e #bd8583 #bd83bb

Monochromatic Colors of #bd839e

#bd839e

Complementary Color

#bd839e #83bda2

#bd839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd839e Color CSS Codes

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

#bd839e Text Font Color

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

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


#bd839e Background Color

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

This div background color is #bd839e


#bd839e Border Color

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

This div border color is #bd839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd839e


Comments

No comments written yet.

Please login to write comment.