Color Hex Logo

#bd406c Color Hex

#BD406C
(189,64,108)
0 Favorites   0 Comments

Color spaces of #bd406c

RGB 18964108
HSL0.940.490.50
HSV339°66°74°
CMYK 0.000.660.43   0.26
XYZ25.526415.568315.8470
Yxy15.56830.44830.2734
Hunter Lab39.456746.43093.8070
CIE-Lab46.402953.61392.3889

#bd406c color RGB value is (189,64,108).

#bd406c hex color red value is 189, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bd406c hue: 0.94 , saturation: 0.49 and the lightness value of bd406c is 0.50.

The process color (four color CMYK) of #bd406c color hex is 0.00, 0.66, 0.43, 0.26. Web safe color of #bd406c is #cc3366. Color #bd406c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 01101100
Octal 275 100 154
Decimal 189 64 108
Hex BD 40 6C

RGB Percentages of Color #bd406c

%52.35
%17.73
%29.92

CMYK Percentages of Color #bd406c

%0
%66
%43
%26

Triadic Colors of #bd406c

#bd406c #6cbd40 #406cbd

Analogous Colors of #bd406c

#bd406c #bd5340 #bd40ab

Monochromatic Colors of #bd406c

#bd406c

Complementary Color

#bd406c #40bd91

#bd406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd406c Color CSS Codes

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

#bd406c Text Font Color

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

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


#bd406c Background Color

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

This div background color is #bd406c


#bd406c Border Color

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

This div border color is #bd406c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd406c


Comments

No comments written yet.

Please login to write comment.