Color Hex Logo

#bd73ac Color Hex

#BD73AC
(189,115,172)
0 Favorites   0 Comments

Color spaces of #bd73ac

RGB 189115172
HSL0.870.360.60
HSV314°39°74°
CMYK 0.000.390.09   0.26
XYZ34.563426.058842.2379
Yxy26.05880.33600.2533
Hunter Lab51.047831.5249-13.3242
CIE-Lab58.092837.5203-18.1164

#bd73ac color RGB value is (189,115,172).

#bd73ac hex color red value is 189, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd73ac hue: 0.87 , saturation: 0.36 and the lightness value of bd73ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 10101100
Octal 275 163 254
Decimal 189 115 172
Hex BD 73 AC

RGB Percentages of Color #bd73ac

%39.71
%24.16
%36.13

CMYK Percentages of Color #bd73ac

%0
%39
%9
%26

Triadic Colors of #bd73ac

#bd73ac #acbd73 #73acbd

Analogous Colors of #bd73ac

#bd73ac #bd7387 #a973bd

Monochromatic Colors of #bd73ac

#bd73ac

Complementary Color

#bd73ac #73bd84

#bd73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd73ac Color CSS Codes

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

#bd73ac Text Font Color

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

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


#bd73ac Background Color

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

This div background color is #bd73ac


#bd73ac Border Color

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

This div border color is #bd73ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd73ac


Comments

No comments written yet.

Please login to write comment.