Color Hex Logo

#da7572 Color Hex

#DA7572
(218,117,114)
0 Favorites   0 Comments

Color spaces of #da7572

RGB 218117114
HSL0.000.580.65
HSV48°85°
CMYK 0.000.460.48   0.15
XYZ38.312028.842919.4676
Yxy28.84290.44230.3330
Hunter Lab53.705633.351916.1020
CIE-Lab60.642738.991219.4711

#da7572 color RGB value is (218,117,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 01110010
Octal 332 165 162
Decimal 218 117 114
Hex DA 75 72

RGB Percentages of Color #da7572

%48.55
%26.06
%25.39

CMYK Percentages of Color #da7572

%0
%46
%48
%15

Triadic Colors of #da7572

#da7572 #72da75 #7572da

Analogous Colors of #da7572

#da7572 #daa972 #da72a3

Monochromatic Colors of #da7572

#da7572

Complementary Color

#da7572 #72d7da

#da7572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7572 Color CSS Codes

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

#da7572 Text Font Color

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

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


#da7572 Background Color

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

This div background color is #da7572


#da7572 Border Color

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

This div border color is #da7572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7572


Comments

No comments written yet.

Please login to write comment.