Color Hex Logo

#d729bd Color Hex

#D729BD
(215,41,189)
0 Favorites   0 Comments

Color spaces of #d729bd

RGB 21541189
HSL0.860.690.50
HSV309°81°84°
CMYK 0.000.810.12   0.16
XYZ38.002619.707149.9450
Yxy19.70710.35300.1831
Hunter Lab44.392775.1187-35.6307
CIE-Lab51.504477.3835-37.8567

#d729bd color RGB value is (215,41,189).

#d729bd hex color red value is 215, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d729bd hue: 0.86 , saturation: 0.69 and the lightness value of d729bd is 0.50.

The process color (four color CMYK) of #d729bd color hex is 0.00, 0.81, 0.12, 0.16. Web safe color of #d729bd is #cc33cc. Color #d729bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101001 10111101
Octal 327 51 275
Decimal 215 41 189
Hex D7 29 BD

RGB Percentages of Color #d729bd

%48.31
%9.21
%42.47

CMYK Percentages of Color #d729bd

%0
%81
%12
%16

Triadic Colors of #d729bd

#d729bd #bdd729 #29bdd7

Analogous Colors of #d729bd

#d729bd #d72966 #9a29d7

Monochromatic Colors of #d729bd

#d729bd

Complementary Color

#d729bd #29d743

#d729bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d729bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d729bd Color CSS Codes

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

#d729bd Text Font Color

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

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


#d729bd Background Color

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

This div background color is #d729bd


#d729bd Border Color

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

This div border color is #d729bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,41,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d729bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d729bd


Comments

No comments written yet.

Please login to write comment.