Color Hex Logo

#bd408a Color Hex

#BD408A
(189,64,138)
0 Favorites   0 Comments

Color spaces of #bd408a

RGB 18964138
HSL0.900.490.50
HSV324°66°74°
CMYK 0.000.660.27   0.26
XYZ27.407116.320625.7504
Yxy16.32060.39450.2349
Hunter Lab40.398850.3991-9.5126
CIE-Lab47.392357.0848-14.3844

#bd408a color RGB value is (189,64,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 10001010
Octal 275 100 212
Decimal 189 64 138
Hex BD 40 8A

RGB Percentages of Color #bd408a

%48.34
%16.37
%35.29

CMYK Percentages of Color #bd408a

%0
%66
%27
%26

Triadic Colors of #bd408a

#bd408a #8abd40 #408abd

Analogous Colors of #bd408a

#bd408a #bd404c #b240bd

Monochromatic Colors of #bd408a

#bd408a

Complementary Color

#bd408a #40bd73

#bd408a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd408a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd408a Color CSS Codes

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

#bd408a Text Font Color

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

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


#bd408a Background Color

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

This div background color is #bd408a


#bd408a Border Color

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

This div border color is #bd408a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd408a


Comments

No comments written yet.

Please login to write comment.