Color Hex Logo

#bd72ac Color Hex

#BD72AC
(189,114,172)
0 Favorites   0 Comments

Color spaces of #bd72ac

RGB 189114172
HSL0.870.360.59
HSV314°40°74°
CMYK 0.000.400.09   0.26
XYZ34.450025.832042.2001
Yxy25.83200.33620.2521
Hunter Lab50.825232.0456-13.6508
CIE-Lab57.877238.0588-18.4446

#bd72ac color RGB value is (189,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 10101100
Octal 275 162 254
Decimal 189 114 172
Hex BD 72 AC

RGB Percentages of Color #bd72ac

%39.79
%24.00
%36.21

CMYK Percentages of Color #bd72ac

%0
%40
%9
%26

Triadic Colors of #bd72ac

#bd72ac #acbd72 #72acbd

Analogous Colors of #bd72ac

#bd72ac #bd7287 #a972bd

Monochromatic Colors of #bd72ac

#bd72ac

Complementary Color

#bd72ac #72bd83

#bd72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd72ac Color CSS Codes

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

#bd72ac Text Font Color

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

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


#bd72ac Background Color

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

This div background color is #bd72ac


#bd72ac Border Color

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

This div border color is #bd72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd72ac


Comments

No comments written yet.

Please login to write comment.