Color Hex Logo

#bd468a Color Hex

#BD468A
(189,70,138)
0 Favorites   0 Comments

Color spaces of #bd468a

RGB 18970138
HSL0.900.470.51
HSV326°63°74°
CMYK 0.000.630.27   0.26
XYZ27.763917.034125.8694
Yxy17.03410.39290.2410
Hunter Lab41.272447.8501-8.2721
CIE-Lab48.303054.5869-13.0045

#bd468a color RGB value is (189,70,138).

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

The process color (four color CMYK) of #bd468a color hex is 0.00, 0.63, 0.27, 0.26. Web safe color of #bd468a is #cc3399. Color #bd468a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 10001010
Octal 275 106 212
Decimal 189 70 138
Hex BD 46 8A

RGB Percentages of Color #bd468a

%47.61
%17.63
%34.76

CMYK Percentages of Color #bd468a

%0
%63
%27
%26

Triadic Colors of #bd468a

#bd468a #8abd46 #468abd

Analogous Colors of #bd468a

#bd468a #bd464e #b546bd

Monochromatic Colors of #bd468a

#bd468a

Complementary Color

#bd468a #46bd79

#bd468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd468a Color CSS Codes

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

#bd468a Text Font Color

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

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


#bd468a Background Color

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

This div background color is #bd468a


#bd468a Border Color

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

This div border color is #bd468a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd468a


Comments

No comments written yet.

Please login to write comment.