Color Hex Logo

#da729e Color Hex

#DA729E
(218,114,158)
0 Favorites   0 Comments

Color spaces of #da729e

RGB 218114158
HSL0.930.580.65
HSV335°48°85°
CMYK 0.000.480.28   0.15
XYZ41.102329.408735.8579
Yxy29.40870.38640.2765
Hunter Lab54.229840.3881-1.2430
CIE-Lab61.140645.6024-5.1131

#da729e color RGB value is (218,114,158).

#da729e hex color red value is 218, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #da729e hue: 0.93 , saturation: 0.58 and the lightness value of da729e is 0.65.

The process color (four color CMYK) of #da729e color hex is 0.00, 0.48, 0.28, 0.15. Web safe color of #da729e is #cc6699. Color #da729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 10011110
Octal 332 162 236
Decimal 218 114 158
Hex DA 72 9E

RGB Percentages of Color #da729e

%44.49
%23.27
%32.24

CMYK Percentages of Color #da729e

%0
%48
%28
%15

Triadic Colors of #da729e

#da729e #9eda72 #729eda

Analogous Colors of #da729e

#da729e #da7a72 #da72d2

Monochromatic Colors of #da729e

#da729e

Complementary Color

#da729e #72daae

#da729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da729e Color CSS Codes

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

#da729e Text Font Color

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

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


#da729e Background Color

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

This div background color is #da729e


#da729e Border Color

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

This div border color is #da729e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,114,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da729e


Comments

No comments written yet.

Please login to write comment.