Color Hex Logo

#bd869b Color Hex

#BD869B
(189,134,155)
0 Favorites   0 Comments

Color spaces of #bd869b

RGB 189134155
HSL0.940.290.63
HSV337°29°74°
CMYK 0.000.290.18   0.26
XYZ35.427830.235634.9791
Yxy30.23560.35200.3004
Hunter Lab54.986918.77960.7744
CIE-Lab61.857024.2461-2.7404

#bd869b color RGB value is (189,134,155).

#bd869b hex color red value is 189, green value is 134 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd869b hue: 0.94 , saturation: 0.29 and the lightness value of bd869b is 0.63.

The process color (four color CMYK) of #bd869b color hex is 0.00, 0.29, 0.18, 0.26. Web safe color of #bd869b is #cc9999. Color #bd869b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 10011011
Octal 275 206 233
Decimal 189 134 155
Hex BD 86 9B

RGB Percentages of Color #bd869b

%39.54
%28.03
%32.43

CMYK Percentages of Color #bd869b

%0
%29
%18
%26

Triadic Colors of #bd869b

#bd869b #9bbd86 #869bbd

Analogous Colors of #bd869b

#bd869b #bd8d86 #bd86b7

Monochromatic Colors of #bd869b

#bd869b

Complementary Color

#bd869b #86bda8

#bd869b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd869b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd869b Color CSS Codes

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

#bd869b Text Font Color

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

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


#bd869b Background Color

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

This div background color is #bd869b


#bd869b Border Color

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

This div border color is #bd869b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd869b


Comments

No comments written yet.

Please login to write comment.