Color Hex Logo

#d729ab Color Hex

#D729AB
(215,41,171)
0 Favorites   0 Comments

Color spaces of #d729ab

RGB 21541171
HSL0.880.690.50
HSV315°81°84°
CMYK 0.000.810.20   0.16
XYZ36.168018.973240.2840
Yxy18.97320.37900.1988
Hunter Lab43.558271.9882-24.3425
CIE-Lab50.655875.0157-28.6540

#d729ab color RGB value is (215,41,171).

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

The process color (four color CMYK) of #d729ab color hex is 0.00, 0.81, 0.20, 0.16. Web safe color of #d729ab is #cc3399. Color #d729ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101001 10101011
Octal 327 51 253
Decimal 215 41 171
Hex D7 29 AB

RGB Percentages of Color #d729ab

%50.35
%9.60
%40.05

CMYK Percentages of Color #d729ab

%0
%81
%20
%16

Triadic Colors of #d729ab

#d729ab #abd729 #29abd7

Analogous Colors of #d729ab

#d729ab #d72954 #ac29d7

Monochromatic Colors of #d729ab

#d729ab

Complementary Color

#d729ab #29d755

#d729ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d729ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d729ab Color CSS Codes

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

#d729ab Text Font Color

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

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


#d729ab Background Color

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

This div background color is #d729ab


#d729ab Border Color

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

This div border color is #d729ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d729ab


Comments

No comments written yet.

Please login to write comment.