Color Hex Logo

#bd29ac Color Hex

#BD29AC
(189,41,172)
0 Favorites   0 Comments

Color spaces of #bd29ac

RGB 18941172
HSL0.850.640.45
HSV307°78°74°
CMYK 0.000.780.09   0.26
XYZ29.225615.383340.4586
Yxy15.38330.34360.1808
Hunter Lab39.221664.3700-33.7049
CIE-Lab46.154869.5691-36.6216

#bd29ac color RGB value is (189,41,172).

#bd29ac hex color red value is 189, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd29ac hue: 0.85 , saturation: 0.64 and the lightness value of bd29ac is 0.45.

The process color (four color CMYK) of #bd29ac color hex is 0.00, 0.78, 0.09, 0.26. Web safe color of #bd29ac is #cc3399. Color #bd29ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 10101100
Octal 275 51 254
Decimal 189 41 172
Hex BD 29 AC

RGB Percentages of Color #bd29ac

%47.01
%10.20
%42.79

CMYK Percentages of Color #bd29ac

%0
%78
%9
%26

Triadic Colors of #bd29ac

#bd29ac #acbd29 #29acbd

Analogous Colors of #bd29ac

#bd29ac #bd2962 #8429bd

Monochromatic Colors of #bd29ac

#bd29ac

Complementary Color

#bd29ac #29bd3a

#bd29ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd29ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd29ac Color CSS Codes

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

#bd29ac Text Font Color

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

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


#bd29ac Background Color

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

This div background color is #bd29ac


#bd29ac Border Color

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

This div border color is #bd29ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd29ac


Comments

No comments written yet.

Please login to write comment.