Color Hex Logo

#bd448a Color Hex

#BD448A
(189,68,138)
0 Favorites   0 Comments

Color spaces of #bd448a

RGB 18968138
HSL0.900.480.50
HSV325°64°74°
CMYK 0.000.640.27   0.26
XYZ27.640816.788025.8283
Yxy16.78800.39340.2390
Hunter Lab40.973248.7144-8.6935
CIE-Lab47.991855.4372-13.4754

#bd448a color RGB value is (189,68,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 10001010
Octal 275 104 212
Decimal 189 68 138
Hex BD 44 8A

RGB Percentages of Color #bd448a

%47.85
%17.22
%34.94

CMYK Percentages of Color #bd448a

%0
%64
%27
%26

Triadic Colors of #bd448a

#bd448a #8abd44 #448abd

Analogous Colors of #bd448a

#bd448a #bd444e #b444bd

Monochromatic Colors of #bd448a

#bd448a

Complementary Color

#bd448a #44bd77

#bd448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd448a Color CSS Codes

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

#bd448a Text Font Color

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

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


#bd448a Background Color

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

This div background color is #bd448a


#bd448a Border Color

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

This div border color is #bd448a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,68,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 #bd448a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd448a


Comments

No comments written yet.

Please login to write comment.