Color Hex Logo

#bd449c Color Hex

#BD449C
(189,68,156)
0 Favorites   0 Comments

Color spaces of #bd449c

RGB 18968156
HSL0.880.480.50
HSV316°64°74°
CMYK 0.000.640.17   0.26
XYZ29.054117.353433.2707
Yxy17.35340.36460.2178
Hunter Lab41.657451.5949-18.1932
CIE-Lab48.702357.9271-23.1536

#bd449c color RGB value is (189,68,156).

#bd449c hex color red value is 189, green value is 68 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd449c hue: 0.88 , saturation: 0.48 and the lightness value of bd449c is 0.50.

The process color (four color CMYK) of #bd449c color hex is 0.00, 0.64, 0.17, 0.26. Web safe color of #bd449c is #cc3399. Color #bd449c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 10011100
Octal 275 104 234
Decimal 189 68 156
Hex BD 44 9C

RGB Percentages of Color #bd449c

%45.76
%16.46
%37.77

CMYK Percentages of Color #bd449c

%0
%64
%17
%26

Triadic Colors of #bd449c

#bd449c #9cbd44 #449cbd

Analogous Colors of #bd449c

#bd449c #bd4460 #a244bd

Monochromatic Colors of #bd449c

#bd449c

Complementary Color

#bd449c #44bd65

#bd449c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd449c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd449c Color CSS Codes

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

#bd449c Text Font Color

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

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


#bd449c Background Color

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

This div background color is #bd449c


#bd449c Border Color

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

This div border color is #bd449c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd449c


Comments

No comments written yet.

Please login to write comment.