Color Hex Logo

#bd867c Color Hex

#BD867C
(189,134,124)
0 Favorites   0 Comments

Color spaces of #bd867c

RGB 189134124
HSL0.030.330.61
HSV34°74°
CMYK 0.000.290.34   0.26
XYZ33.149529.324222.9818
Yxy29.32420.38790.3432
Hunter Lab54.151814.504612.7439
CIE-Lab61.066719.767513.7938

#bd867c color RGB value is (189,134,124).

#bd867c hex color red value is 189, green value is 134 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bd867c hue: 0.03 , saturation: 0.33 and the lightness value of bd867c is 0.61.

The process color (four color CMYK) of #bd867c color hex is 0.00, 0.29, 0.34, 0.26. Web safe color of #bd867c is #cc9966. Color #bd867c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 01111100
Octal 275 206 174
Decimal 189 134 124
Hex BD 86 7C

RGB Percentages of Color #bd867c

%42.28
%29.98
%27.74

CMYK Percentages of Color #bd867c

%0
%29
%34
%26

Triadic Colors of #bd867c

#bd867c #7cbd86 #867cbd

Analogous Colors of #bd867c

#bd867c #bda77c #bd7c93

Monochromatic Colors of #bd867c

#bd867c

Complementary Color

#bd867c #7cb3bd

#bd867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd867c Color CSS Codes

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

#bd867c Text Font Color

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

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


#bd867c Background Color

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

This div background color is #bd867c


#bd867c Border Color

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

This div border color is #bd867c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd867c


Comments

No comments written yet.

Please login to write comment.