Color Hex Logo

#bd469a Color Hex

#BD469A
(189,70,154)
0 Favorites   0 Comments

Color spaces of #bd469a

RGB 18970154
HSL0.880.470.51
HSV318°63°74°
CMYK 0.000.630.19   0.26
XYZ29.009217.532232.4270
Yxy17.53220.36740.2220
Hunter Lab41.871550.3925-16.6066
CIE-Lab48.923756.7990-21.6233

#bd469a color RGB value is (189,70,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 10011010
Octal 275 106 232
Decimal 189 70 154
Hex BD 46 9A

RGB Percentages of Color #bd469a

%45.76
%16.95
%37.29

CMYK Percentages of Color #bd469a

%0
%63
%19
%26

Triadic Colors of #bd469a

#bd469a #9abd46 #469abd

Analogous Colors of #bd469a

#bd469a #bd465e #a546bd

Monochromatic Colors of #bd469a

#bd469a

Complementary Color

#bd469a #46bd69

#bd469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd469a Color CSS Codes

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

#bd469a Text Font Color

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

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


#bd469a Background Color

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

This div background color is #bd469a


#bd469a Border Color

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

This div border color is #bd469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd469a


Comments

No comments written yet.

Please login to write comment.