Color Hex Logo

#bd447f Color Hex

#BD447F
(189,68,127)
0 Favorites   0 Comments

Color spaces of #bd447f

RGB 18968127
HSL0.920.480.50
HSV331°64°74°
CMYK 0.000.640.33   0.26
XYZ26.884216.485421.8437
Yxy16.48540.41230.2528
Hunter Lab40.602247.1374-3.4760
CIE-Lab47.605054.0539-7.4169

#bd447f color RGB value is (189,68,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 01111111
Octal 275 104 177
Decimal 189 68 127
Hex BD 44 7F

RGB Percentages of Color #bd447f

%49.22
%17.71
%33.07

CMYK Percentages of Color #bd447f

%0
%64
%33
%26

Triadic Colors of #bd447f

#bd447f #7fbd44 #447fbd

Analogous Colors of #bd447f

#bd447f #bd4544 #bd44bc

Monochromatic Colors of #bd447f

#bd447f

Complementary Color

#bd447f #44bd82

#bd447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd447f Color CSS Codes

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

#bd447f Text Font Color

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

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


#bd447f Background Color

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

This div background color is #bd447f


#bd447f Border Color

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

This div border color is #bd447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd447f


Comments

No comments written yet.

Please login to write comment.