Color Hex Logo

#da737c Color Hex

#DA737C
(218,115,124)
0 Favorites   0 Comments

Color spaces of #da737c

RGB 218115124
HSL0.990.580.65
HSV355°47°85°
CMYK 0.000.470.43   0.15
XYZ38.682328.622122.5546
Yxy28.62210.43050.3185
Hunter Lab53.499635.438112.4540
CIE-Lab60.446741.022513.4673

#da737c color RGB value is (218,115,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01111100
Octal 332 163 174
Decimal 218 115 124
Hex DA 73 7C

RGB Percentages of Color #da737c

%47.70
%25.16
%27.13

CMYK Percentages of Color #da737c

%0
%47
%43
%15

Triadic Colors of #da737c

#da737c #7cda73 #737cda

Analogous Colors of #da737c

#da737c #da9e73 #da73b0

Monochromatic Colors of #da737c

#da737c

Complementary Color

#da737c #73dad1

#da737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da737c Color CSS Codes

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

#da737c Text Font Color

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

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


#da737c Background Color

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

This div background color is #da737c


#da737c Border Color

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

This div border color is #da737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da737c


Comments

No comments written yet.

Please login to write comment.