Color Hex Logo

#bd839a Color Hex

#BD839A
(189,131,154)
0 Favorites   0 Comments

Color spaces of #bd839a

RGB 189131154
HSL0.930.310.63
HSV336°31°74°
CMYK 0.000.310.19   0.26
XYZ34.935329.384534.4023
Yxy29.38450.35390.2976
Hunter Lab54.207520.17550.3173
CIE-Lab61.119525.7498-3.2548

#bd839a color RGB value is (189,131,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10011010
Octal 275 203 232
Decimal 189 131 154
Hex BD 83 9A

RGB Percentages of Color #bd839a

%39.87
%27.64
%32.49

CMYK Percentages of Color #bd839a

%0
%31
%19
%26

Triadic Colors of #bd839a

#bd839a #9abd83 #839abd

Analogous Colors of #bd839a

#bd839a #bd8983 #bd83b7

Monochromatic Colors of #bd839a

#bd839a

Complementary Color

#bd839a #83bda6

#bd839a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd839a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd839a Color CSS Codes

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

#bd839a Text Font Color

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

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


#bd839a Background Color

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

This div background color is #bd839a


#bd839a Border Color

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

This div border color is #bd839a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd839a


Comments

No comments written yet.

Please login to write comment.