Color Hex Logo

#bd857d Color Hex

#BD857D
(189,133,125)
0 Favorites   0 Comments

Color spaces of #bd857d

RGB 189133125
HSL0.020.330.62
HSV34°74°
CMYK 0.000.300.34   0.26
XYZ33.075529.074523.2707
Yxy29.07450.38720.3404
Hunter Lab53.920815.132212.1566
CIE-Lab60.847320.451012.9187

#bd857d color RGB value is (189,133,125).

#bd857d hex color red value is 189, green value is 133 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bd857d hue: 0.02 , saturation: 0.33 and the lightness value of bd857d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 01111101
Octal 275 205 175
Decimal 189 133 125
Hex BD 85 7D

RGB Percentages of Color #bd857d

%42.28
%29.75
%27.96

CMYK Percentages of Color #bd857d

%0
%30
%34
%26

Triadic Colors of #bd857d

#bd857d #7dbd85 #857dbd

Analogous Colors of #bd857d

#bd857d #bda57d #bd7d95

Monochromatic Colors of #bd857d

#bd857d

Complementary Color

#bd857d #7db5bd

#bd857d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd857d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd857d Color CSS Codes

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

#bd857d Text Font Color

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

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


#bd857d Background Color

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

This div background color is #bd857d


#bd857d Border Color

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

This div border color is #bd857d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd857d


Comments

No comments written yet.

Please login to write comment.