Color Hex Logo

#bd47ad Color Hex

#BD47AD
(189,71,173)
0 Favorites   0 Comments

Color spaces of #bd47ad

RGB 18971173
HSL0.860.470.51
HSV308°62°74°
CMYK 0.000.620.08   0.26
XYZ30.782318.342441.4532
Yxy18.34240.33980.2025
Hunter Lab42.828053.3464-27.4071
CIE-Lab49.908859.2766-31.3179

#bd47ad color RGB value is (189,71,173).

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

The process color (four color CMYK) of #bd47ad color hex is 0.00, 0.62, 0.08, 0.26. Web safe color of #bd47ad is #cc3399. Color #bd47ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 10101101
Octal 275 107 255
Decimal 189 71 173
Hex BD 47 AD

RGB Percentages of Color #bd47ad

%43.65
%16.40
%39.95

CMYK Percentages of Color #bd47ad

%0
%62
%8
%26

Triadic Colors of #bd47ad

#bd47ad #adbd47 #47adbd

Analogous Colors of #bd47ad

#bd47ad #bd4772 #9247bd

Monochromatic Colors of #bd47ad

#bd47ad

Complementary Color

#bd47ad #47bd57

#bd47ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd47ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd47ad Color CSS Codes

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

#bd47ad Text Font Color

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

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


#bd47ad Background Color

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

This div background color is #bd47ad


#bd47ad Border Color

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

This div border color is #bd47ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd47ad


Comments

No comments written yet.

Please login to write comment.