Color Hex Logo

#bd54ac Color Hex

#BD54AC
(189,84,172)
0 Favorites   0 Comments

Color spaces of #bd54ac

RGB 18984172
HSL0.860.440.54
HSV310°56°74°
CMYK 0.000.560.09   0.26
XYZ31.603020.138041.2511
Yxy20.13800.33980.2166
Hunter Lab44.875447.1748-23.0888
CIE-Lab51.992953.3183-27.4887

#bd54ac color RGB value is (189,84,172).

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

The process color (four color CMYK) of #bd54ac color hex is 0.00, 0.56, 0.09, 0.26. Web safe color of #bd54ac is #cc6699. Color #bd54ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 10101100
Octal 275 124 254
Decimal 189 84 172
Hex BD 54 AC

RGB Percentages of Color #bd54ac

%42.47
%18.88
%38.65

CMYK Percentages of Color #bd54ac

%0
%56
%9
%26

Triadic Colors of #bd54ac

#bd54ac #acbd54 #54acbd

Analogous Colors of #bd54ac

#bd54ac #bd5478 #9a54bd

Monochromatic Colors of #bd54ac

#bd54ac

Complementary Color

#bd54ac #54bd65

#bd54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd54ac Color CSS Codes

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

#bd54ac Text Font Color

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

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


#bd54ac Background Color

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

This div background color is #bd54ac


#bd54ac Border Color

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

This div border color is #bd54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd54ac


Comments

No comments written yet.

Please login to write comment.