Color Hex Logo

#bd839d Color Hex

#BD839D
(189,131,157)
0 Favorites   0 Comments

Color spaces of #bd839d

RGB 189131157
HSL0.930.310.63
HSV333°31°74°
CMYK 0.000.310.17   0.26
XYZ35.188429.485735.7350
Yxy29.48570.35050.2937
Hunter Lab54.300720.6467-1.0079
CIE-Lab61.207926.2315-4.8391

#bd839d color RGB value is (189,131,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10011101
Octal 275 203 235
Decimal 189 131 157
Hex BD 83 9D

RGB Percentages of Color #bd839d

%39.62
%27.46
%32.91

CMYK Percentages of Color #bd839d

%0
%31
%17
%26

Triadic Colors of #bd839d

#bd839d #9dbd83 #839dbd

Analogous Colors of #bd839d

#bd839d #bd8683 #bd83ba

Monochromatic Colors of #bd839d

#bd839d

Complementary Color

#bd839d #83bda3

#bd839d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd839d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd839d Color CSS Codes

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

#bd839d Text Font Color

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

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


#bd839d Background Color

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

This div background color is #bd839d


#bd839d Border Color

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

This div border color is #bd839d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd839d


Comments

No comments written yet.

Please login to write comment.