Color Hex Logo

#da729c Color Hex

#DA729C
(218,114,156)
0 Favorites   0 Comments

Color spaces of #da729c

RGB 218114156
HSL0.930.580.65
HSV336°48°85°
CMYK 0.000.480.28   0.15
XYZ40.931529.340434.9584
Yxy29.34040.38900.2788
Hunter Lab54.166840.0929-0.3481
CIE-Lab61.080945.3355-4.0514

#da729c color RGB value is (218,114,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 10011100
Octal 332 162 234
Decimal 218 114 156
Hex DA 72 9C

RGB Percentages of Color #da729c

%44.67
%23.36
%31.97

CMYK Percentages of Color #da729c

%0
%48
%28
%15

Triadic Colors of #da729c

#da729c #9cda72 #729cda

Analogous Colors of #da729c

#da729c #da7c72 #da72d0

Monochromatic Colors of #da729c

#da729c

Complementary Color

#da729c #72dab0

#da729c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da729c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da729c Color CSS Codes

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

#da729c Text Font Color

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

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


#da729c Background Color

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

This div background color is #da729c


#da729c Border Color

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

This div border color is #da729c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da729c


Comments

No comments written yet.

Please login to write comment.