Color Hex Logo

#bd47ac Color Hex

#BD47AC
(189,71,172)
0 Favorites   0 Comments

Color spaces of #bd47ac

RGB 18971172
HSL0.860.470.51
HSV309°62°74°
CMYK 0.000.620.09   0.26
XYZ30.685918.303940.9454
Yxy18.30390.34120.2035
Hunter Lab42.783153.1577-26.7952
CIE-Lab49.862759.1167-30.8031

#bd47ac color RGB value is (189,71,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 10101100
Octal 275 107 254
Decimal 189 71 172
Hex BD 47 AC

RGB Percentages of Color #bd47ac

%43.75
%16.44
%39.81

CMYK Percentages of Color #bd47ac

%0
%62
%9
%26

Triadic Colors of #bd47ac

#bd47ac #acbd47 #47acbd

Analogous Colors of #bd47ac

#bd47ac #bd4771 #9347bd

Monochromatic Colors of #bd47ac

#bd47ac

Complementary Color

#bd47ac #47bd58

#bd47ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd47ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd47ac Color CSS Codes

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

#bd47ac Text Font Color

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

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


#bd47ac Background Color

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

This div background color is #bd47ac


#bd47ac Border Color

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

This div border color is #bd47ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd47ac


Comments

No comments written yet.

Please login to write comment.