Color Hex Logo

#bd57ac Color Hex

#BD57AC
(189,87,172)
0 Favorites   0 Comments

Color spaces of #bd57ac

RGB 18987172
HSL0.860.440.54
HSV310°54°74°
CMYK 0.000.540.09   0.26
XYZ31.840920.613841.3304
Yxy20.61380.33950.2198
Hunter Lab45.402445.7285-22.1907
CIE-Lab52.524251.8951-26.6652

#bd57ac color RGB value is (189,87,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 10101100
Octal 275 127 254
Decimal 189 87 172
Hex BD 57 AC

RGB Percentages of Color #bd57ac

%42.19
%19.42
%38.39

CMYK Percentages of Color #bd57ac

%0
%54
%9
%26

Triadic Colors of #bd57ac

#bd57ac #acbd57 #57acbd

Analogous Colors of #bd57ac

#bd57ac #bd5779 #9b57bd

Monochromatic Colors of #bd57ac

#bd57ac

Complementary Color

#bd57ac #57bd68

#bd57ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd57ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd57ac Color CSS Codes

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

#bd57ac Text Font Color

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

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


#bd57ac Background Color

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

This div background color is #bd57ac


#bd57ac Border Color

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

This div border color is #bd57ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd57ac


Comments

No comments written yet.

Please login to write comment.