Color Hex Logo

#bd407c Color Hex

#BD407C
(189,64,124)
0 Favorites   0 Comments

Color spaces of #bd407c

RGB 18964124
HSL0.920.490.50
HSV331°66°74°
CMYK 0.000.660.34   0.26
XYZ26.457815.940820.7512
Yxy15.94080.41900.2524
Hunter Lab39.925948.4166-2.8674
CIE-Lab46.896755.3623-6.6527

#bd407c color RGB value is (189,64,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 01111100
Octal 275 100 174
Decimal 189 64 124
Hex BD 40 7C

RGB Percentages of Color #bd407c

%50.13
%16.98
%32.89

CMYK Percentages of Color #bd407c

%0
%66
%34
%26

Triadic Colors of #bd407c

#bd407c #7cbd40 #407cbd

Analogous Colors of #bd407c

#bd407c #bd4340 #bd40bb

Monochromatic Colors of #bd407c

#bd407c

Complementary Color

#bd407c #40bd81

#bd407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd407c Color CSS Codes

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

#bd407c Text Font Color

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

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


#bd407c Background Color

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

This div background color is #bd407c


#bd407c Border Color

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

This div border color is #bd407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd407c


Comments

No comments written yet.

Please login to write comment.