Color Hex Logo

#bd407d Color Hex

#BD407D
(189,64,125)
0 Favorites   0 Comments

Color spaces of #bd407d

RGB 18964125
HSL0.920.490.50
HSV331°66°74°
CMYK 0.000.660.34   0.26
XYZ26.521315.966321.0860
Yxy15.96630.41720.2511
Hunter Lab39.957948.5499-3.3172
CIE-Lab46.930255.4788-7.2106

#bd407d color RGB value is (189,64,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 01111101
Octal 275 100 175
Decimal 189 64 125
Hex BD 40 7D

RGB Percentages of Color #bd407d

%50.00
%16.93
%33.07

CMYK Percentages of Color #bd407d

%0
%66
%34
%26

Triadic Colors of #bd407d

#bd407d #7dbd40 #407dbd

Analogous Colors of #bd407d

#bd407d #bd4240 #bd40bc

Monochromatic Colors of #bd407d

#bd407d

Complementary Color

#bd407d #40bd80

#bd407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd407d Color CSS Codes

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

#bd407d Text Font Color

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

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


#bd407d Background Color

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

This div background color is #bd407d


#bd407d Border Color

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

This div border color is #bd407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd407d


Comments

No comments written yet.

Please login to write comment.