Color Hex Logo

#bd566d Color Hex

#BD566D
(189,86,109)
0 Favorites   0 Comments

Color spaces of #bd566d

RGB 18986109
HSL0.960.440.54
HSV347°54°74°
CMYK 0.000.540.42   0.26
XYZ27.074418.578516.6270
Yxy18.57850.43470.2983
Hunter Lab43.102836.69247.3007
CIE-Lab50.190443.68227.2205

#bd566d color RGB value is (189,86,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 01101101
Octal 275 126 155
Decimal 189 86 109
Hex BD 56 6D

RGB Percentages of Color #bd566d

%49.22
%22.40
%28.39

CMYK Percentages of Color #bd566d

%0
%54
%42
%26

Triadic Colors of #bd566d

#bd566d #6dbd56 #566dbd

Analogous Colors of #bd566d

#bd566d #bd7356 #bd56a1

Monochromatic Colors of #bd566d

#bd566d

Complementary Color

#bd566d #56bda6

#bd566d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd566d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd566d Color CSS Codes

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

#bd566d Text Font Color

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

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


#bd566d Background Color

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

This div background color is #bd566d


#bd566d Border Color

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

This div border color is #bd566d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd566d


Comments

No comments written yet.

Please login to write comment.