Color Hex Logo

#bd446c Color Hex

#BD446C
(189,68,108)
0 Favorites   0 Comments

Color spaces of #bd446c

RGB 18968108
HSL0.940.480.50
HSV340°64°74°
CMYK 0.000.640.43   0.26
XYZ25.760216.035815.9249
Yxy16.03580.44630.2778
Hunter Lab40.044744.74824.4530
CIE-Lab47.021451.92993.2831

#bd446c color RGB value is (189,68,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 01101100
Octal 275 104 154
Decimal 189 68 108
Hex BD 44 6C

RGB Percentages of Color #bd446c

%51.78
%18.63
%29.59

CMYK Percentages of Color #bd446c

%0
%64
%43
%26

Triadic Colors of #bd446c

#bd446c #6cbd44 #446cbd

Analogous Colors of #bd446c

#bd446c #bd5844 #bd44a9

Monochromatic Colors of #bd446c

#bd446c

Complementary Color

#bd446c #44bd95

#bd446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd446c Color CSS Codes

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

#bd446c Text Font Color

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

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


#bd446c Background Color

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

This div background color is #bd446c


#bd446c Border Color

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

This div border color is #bd446c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd446c


Comments

No comments written yet.

Please login to write comment.