Color Hex Logo

#bd71ac Color Hex

#BD71AC
(189,113,172)
0 Favorites   0 Comments

Color spaces of #bd71ac

RGB 189113172
HSL0.870.370.59
HSV313°40°74°
CMYK 0.000.400.09   0.26
XYZ34.337825.607642.1627
Yxy25.60760.33630.2508
Hunter Lab50.604032.5660-13.9771
CIE-Lab57.662738.5961-18.7714

#bd71ac color RGB value is (189,113,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 10101100
Octal 275 161 254
Decimal 189 113 172
Hex BD 71 AC

RGB Percentages of Color #bd71ac

%39.87
%23.84
%36.29

CMYK Percentages of Color #bd71ac

%0
%40
%9
%26

Triadic Colors of #bd71ac

#bd71ac #acbd71 #71acbd

Analogous Colors of #bd71ac

#bd71ac #bd7186 #a871bd

Monochromatic Colors of #bd71ac

#bd71ac

Complementary Color

#bd71ac #71bd82

#bd71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd71ac Color CSS Codes

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

#bd71ac Text Font Color

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

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


#bd71ac Background Color

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

This div background color is #bd71ac


#bd71ac Border Color

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

This div border color is #bd71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd71ac


Comments

No comments written yet.

Please login to write comment.