Color Hex Logo

#bd466c Color Hex

#BD466C
(189,70,108)
0 Favorites   0 Comments

Color spaces of #bd466c

RGB 18970108
HSL0.950.470.51
HSV341°63°74°
CMYK 0.000.630.43   0.26
XYZ25.883216.281815.9659
Yxy16.28180.44530.2801
Hunter Lab40.350743.88614.7857
CIE-Lab47.342151.06213.7456

#bd466c color RGB value is (189,70,108).

#bd466c hex color red value is 189, green value is 70 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bd466c hue: 0.95 , saturation: 0.47 and the lightness value of bd466c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 01101100
Octal 275 106 154
Decimal 189 70 108
Hex BD 46 6C

RGB Percentages of Color #bd466c

%51.50
%19.07
%29.43

CMYK Percentages of Color #bd466c

%0
%63
%43
%26

Triadic Colors of #bd466c

#bd466c #6cbd46 #466cbd

Analogous Colors of #bd466c

#bd466c #bd5b46 #bd46a8

Monochromatic Colors of #bd466c

#bd466c

Complementary Color

#bd466c #46bd97

#bd466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd466c Color CSS Codes

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

#bd466c Text Font Color

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

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


#bd466c Background Color

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

This div background color is #bd466c


#bd466c Border Color

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

This div border color is #bd466c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd466c


Comments

No comments written yet.

Please login to write comment.