Color Hex Logo

#bd447a Color Hex

#BD447A
(189,68,122)
0 Favorites   0 Comments

Color spaces of #bd447a

RGB 18968122
HSL0.930.480.50
HSV333°64°74°
CMYK 0.000.640.35   0.26
XYZ26.566216.358220.1696
Yxy16.35820.42110.2593
Hunter Lab40.445346.4673-1.2556
CIE-Lab47.441053.4617-4.6289

#bd447a color RGB value is (189,68,122).

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

The process color (four color CMYK) of #bd447a color hex is 0.00, 0.64, 0.35, 0.26. Web safe color of #bd447a is #cc3366. Color #bd447a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 01111010
Octal 275 104 172
Decimal 189 68 122
Hex BD 44 7A

RGB Percentages of Color #bd447a

%49.87
%17.94
%32.19

CMYK Percentages of Color #bd447a

%0
%64
%35
%26

Triadic Colors of #bd447a

#bd447a #7abd44 #447abd

Analogous Colors of #bd447a

#bd447a #bd4a44 #bd44b7

Monochromatic Colors of #bd447a

#bd447a

Complementary Color

#bd447a #44bd87

#bd447a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd447a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd447a Color CSS Codes

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

#bd447a Text Font Color

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

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


#bd447a Background Color

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

This div background color is #bd447a


#bd447a Border Color

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

This div border color is #bd447a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd447a


Comments

No comments written yet.

Please login to write comment.