Color Hex Logo

#bd839f Color Hex

#BD839F
(189,131,159)
0 Favorites   0 Comments

Color spaces of #bd839f

RGB 189131159
HSL0.920.310.63
HSV331°31°74°
CMYK 0.000.310.16   0.26
XYZ35.360629.554636.6418
Yxy29.55460.34820.2910
Hunter Lab54.364120.9662-1.9070
CIE-Lab61.268026.5571-5.8927

#bd839f color RGB value is (189,131,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10011111
Octal 275 203 237
Decimal 189 131 159
Hex BD 83 9F

RGB Percentages of Color #bd839f

%39.46
%27.35
%33.19

CMYK Percentages of Color #bd839f

%0
%31
%16
%26

Triadic Colors of #bd839f

#bd839f #9fbd83 #839fbd

Analogous Colors of #bd839f

#bd839f #bd8483 #bd83bc

Monochromatic Colors of #bd839f

#bd839f

Complementary Color

#bd839f #83bda1

#bd839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd839f Color CSS Codes

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

#bd839f Text Font Color

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

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


#bd839f Background Color

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

This div background color is #bd839f


#bd839f Border Color

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

This div border color is #bd839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd839f


Comments

No comments written yet.

Please login to write comment.