Color Hex Logo

#bd566e Color Hex

#BD566E
(189,86,110)
0 Favorites   0 Comments

Color spaces of #bd566e

RGB 18986110
HSL0.960.440.54
HSV346°54°74°
CMYK 0.000.540.42   0.26
XYZ27.128518.600216.9122
Yxy18.60020.43310.2969
Hunter Lab43.127936.80686.9396
CIE-Lab50.216143.79016.6571

#bd566e color RGB value is (189,86,110).

#bd566e hex color red value is 189, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd566e hue: 0.96 , saturation: 0.44 and the lightness value of bd566e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 01101110
Octal 275 126 156
Decimal 189 86 110
Hex BD 56 6E

RGB Percentages of Color #bd566e

%49.09
%22.34
%28.57

CMYK Percentages of Color #bd566e

%0
%54
%42
%26

Triadic Colors of #bd566e

#bd566e #6ebd56 #566ebd

Analogous Colors of #bd566e

#bd566e #bd7256 #bd56a2

Monochromatic Colors of #bd566e

#bd566e

Complementary Color

#bd566e #56bda5

#bd566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd566e Color CSS Codes

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

#bd566e Text Font Color

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

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


#bd566e Background Color

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

This div background color is #bd566e


#bd566e Border Color

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

This div border color is #bd566e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,86,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 #bd566e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd566e


Comments

No comments written yet.

Please login to write comment.