Color Hex Logo

#bd869d Color Hex

#BD869D
(189,134,157)
0 Favorites   0 Comments

Color spaces of #bd869d

RGB 189134157
HSL0.930.290.63
HSV335°29°74°
CMYK 0.000.290.17   0.26
XYZ35.597230.303335.8712
Yxy30.30330.34980.2978
Hunter Lab55.048419.0927-0.1012
CIE-Lab61.915024.5685-3.7950

#bd869d color RGB value is (189,134,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 10011101
Octal 275 206 235
Decimal 189 134 157
Hex BD 86 9D

RGB Percentages of Color #bd869d

%39.38
%27.92
%32.71

CMYK Percentages of Color #bd869d

%0
%29
%17
%26

Triadic Colors of #bd869d

#bd869d #9dbd86 #869dbd

Analogous Colors of #bd869d

#bd869d #bd8b86 #bd86b9

Monochromatic Colors of #bd869d

#bd869d

Complementary Color

#bd869d #86bda6

#bd869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd869d Color CSS Codes

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

#bd869d Text Font Color

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

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


#bd869d Background Color

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

This div background color is #bd869d


#bd869d Border Color

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

This div border color is #bd869d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,134,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 #bd869d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd869d


Comments

No comments written yet.

Please login to write comment.