Color Hex Logo

#bd408f Color Hex

#BD408F
(189,64,143)
0 Favorites   0 Comments

Color spaces of #bd408f

RGB 18964143
HSL0.890.490.50
HSV322°66°74°
CMYK 0.000.660.24   0.26
XYZ27.777616.468827.7014
Yxy16.46880.38610.2289
Hunter Lab40.581851.1624-12.0645
CIE-Lab47.583657.7421-17.1024

#bd408f color RGB value is (189,64,143).

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

The process color (four color CMYK) of #bd408f color hex is 0.00, 0.66, 0.24, 0.26. Web safe color of #bd408f is #cc3399. Color #bd408f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 10001111
Octal 275 100 217
Decimal 189 64 143
Hex BD 40 8F

RGB Percentages of Color #bd408f

%47.73
%16.16
%36.11

CMYK Percentages of Color #bd408f

%0
%66
%24
%26

Triadic Colors of #bd408f

#bd408f #8fbd40 #408fbd

Analogous Colors of #bd408f

#bd408f #bd4050 #ad40bd

Monochromatic Colors of #bd408f

#bd408f

Complementary Color

#bd408f #40bd6e

#bd408f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd408f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd408f Color CSS Codes

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

#bd408f Text Font Color

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

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


#bd408f Background Color

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

This div background color is #bd408f


#bd408f Border Color

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

This div border color is #bd408f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd408f


Comments

No comments written yet.

Please login to write comment.