Color Hex Logo

#bd447e Color Hex

#BD447E
(189,68,126)
0 Favorites   0 Comments

Color spaces of #bd447e

RGB 18968126
HSL0.920.480.50
HSV331°64°74°
CMYK 0.000.640.33   0.26
XYZ26.819316.459421.5021
Yxy16.45940.41400.2541
Hunter Lab40.570247.0013-3.0244
CIE-Lab47.571553.9338-6.8611

#bd447e color RGB value is (189,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 01111110
Octal 275 104 176
Decimal 189 68 126
Hex BD 44 7E

RGB Percentages of Color #bd447e

%49.35
%17.75
%32.90

CMYK Percentages of Color #bd447e

%0
%64
%33
%26

Triadic Colors of #bd447e

#bd447e #7ebd44 #447ebd

Analogous Colors of #bd447e

#bd447e #bd4644 #bd44bb

Monochromatic Colors of #bd447e

#bd447e

Complementary Color

#bd447e #44bd83

#bd447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd447e Color CSS Codes

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

#bd447e Text Font Color

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

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


#bd447e Background Color

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

This div background color is #bd447e


#bd447e Border Color

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

This div border color is #bd447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd447e


Comments

No comments written yet.

Please login to write comment.