Color Hex Logo

#bd8799 Color Hex

#BD8799
(189,135,153)
0 Favorites   0 Comments

Color spaces of #bd8799

RGB 189135153
HSL0.940.290.64
HSV340°29°74°
CMYK 0.000.290.19   0.26
XYZ35.400030.446734.1480
Yxy30.44670.35400.3045
Hunter Lab55.178517.95491.9325
CIE-Lab62.037723.3728-1.3351

#bd8799 color RGB value is (189,135,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 10011001
Octal 275 207 231
Decimal 189 135 153
Hex BD 87 99

RGB Percentages of Color #bd8799

%39.62
%28.30
%32.08

CMYK Percentages of Color #bd8799

%0
%29
%19
%26

Triadic Colors of #bd8799

#bd8799 #99bd87 #8799bd

Analogous Colors of #bd8799

#bd8799 #bd9087 #bd87b4

Monochromatic Colors of #bd8799

#bd8799

Complementary Color

#bd8799 #87bdab

#bd8799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8799 Color CSS Codes

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

#bd8799 Text Font Color

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

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


#bd8799 Background Color

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

This div background color is #bd8799


#bd8799 Border Color

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

This div border color is #bd8799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8799


Comments

No comments written yet.

Please login to write comment.