Color Hex Logo

#da727d Color Hex

#DA727D
(218,114,125)
0 Favorites   0 Comments

Color spaces of #da727d

RGB 218114125
HSL0.980.580.65
HSV354°48°85°
CMYK 0.000.480.43   0.15
XYZ38.632428.420722.8516
Yxy28.42070.42970.3161
Hunter Lab53.311136.057411.9033
CIE-Lab60.266941.637812.6402

#da727d color RGB value is (218,114,125).

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

The process color (four color CMYK) of #da727d color hex is 0.00, 0.48, 0.43, 0.15. Web safe color of #da727d is #cc6666. Color #da727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 01111101
Octal 332 162 175
Decimal 218 114 125
Hex DA 72 7D

RGB Percentages of Color #da727d

%47.70
%24.95
%27.35

CMYK Percentages of Color #da727d

%0
%48
%43
%15

Triadic Colors of #da727d

#da727d #7dda72 #727dda

Analogous Colors of #da727d

#da727d #da9b72 #da72b1

Monochromatic Colors of #da727d

#da727d

Complementary Color

#da727d #72dacf

#da727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da727d Color CSS Codes

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

#da727d Text Font Color

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

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


#da727d Background Color

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

This div background color is #da727d


#da727d Border Color

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

This div border color is #da727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da727d


Comments

No comments written yet.

Please login to write comment.