Color Hex Logo

#bd656e Color Hex

#BD656E
(189,101,110)
0 Favorites   0 Comments

Color spaces of #bd656e

RGB 189101110
HSL0.980.400.57
HSV354°47°74°
CMYK 0.000.470.42   0.26
XYZ28.454421.252017.3542
Yxy21.25200.42430.3169
Hunter Lab46.099929.50149.9503
CIE-Lab53.224236.102610.9149

#bd656e color RGB value is (189,101,110).

#bd656e hex color red value is 189, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd656e hue: 0.98 , saturation: 0.40 and the lightness value of bd656e is 0.57.

The process color (four color CMYK) of #bd656e color hex is 0.00, 0.47, 0.42, 0.26. Web safe color of #bd656e is #cc6666. Color #bd656e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 01101110
Octal 275 145 156
Decimal 189 101 110
Hex BD 65 6E

RGB Percentages of Color #bd656e

%47.25
%25.25
%27.50

CMYK Percentages of Color #bd656e

%0
%47
%42
%26

Triadic Colors of #bd656e

#bd656e #6ebd65 #656ebd

Analogous Colors of #bd656e

#bd656e #bd8865 #bd659a

Monochromatic Colors of #bd656e

#bd656e

Complementary Color

#bd656e #65bdb4

#bd656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd656e Color CSS Codes

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

#bd656e Text Font Color

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

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


#bd656e Background Color

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

This div background color is #bd656e


#bd656e Border Color

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

This div border color is #bd656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd656e


Comments

No comments written yet.

Please login to write comment.