Color Hex Logo

#bd656c Color Hex

#BD656C
(189,101,108)
0 Favorites   0 Comments

Color spaces of #bd656c

RGB 189101108
HSL0.990.400.57
HSV355°47°74°
CMYK 0.000.470.43   0.26
XYZ28.346721.208916.7870
Yxy21.20890.42730.3197
Hunter Lab46.053129.277710.6252
CIE-Lab53.177435.881912.0286

#bd656c color RGB value is (189,101,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 01101100
Octal 275 145 154
Decimal 189 101 108
Hex BD 65 6C

RGB Percentages of Color #bd656c

%47.49
%25.38
%27.14

CMYK Percentages of Color #bd656c

%0
%47
%43
%26

Triadic Colors of #bd656c

#bd656c #6cbd65 #656cbd

Analogous Colors of #bd656c

#bd656c #bd8a65 #bd6598

Monochromatic Colors of #bd656c

#bd656c

Complementary Color

#bd656c #65bdb6

#bd656c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd656c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd656c Color CSS Codes

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

#bd656c Text Font Color

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

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


#bd656c Background Color

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

This div background color is #bd656c


#bd656c Border Color

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

This div border color is #bd656c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd656c


Comments

No comments written yet.

Please login to write comment.