Color Hex Logo

#da737d Color Hex

#DA737D
(218,115,125)
0 Favorites   0 Comments

Color spaces of #da737d

RGB 218115125
HSL0.980.580.65
HSV354°47°85°
CMYK 0.000.470.43   0.15
XYZ38.745828.647622.8894
Yxy28.64760.42920.3173
Hunter Lab53.523535.550712.1109
CIE-Lab60.469441.127312.9237

#da737d color RGB value is (218,115,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01111101
Octal 332 163 175
Decimal 218 115 125
Hex DA 73 7D

RGB Percentages of Color #da737d

%47.60
%25.11
%27.29

CMYK Percentages of Color #da737d

%0
%47
%43
%15

Triadic Colors of #da737d

#da737d #7dda73 #737dda

Analogous Colors of #da737d

#da737d #da9d73 #da73b1

Monochromatic Colors of #da737d

#da737d

Complementary Color

#da737d #73dad0

#da737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da737d Color CSS Codes

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

#da737d Text Font Color

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

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


#da737d Background Color

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

This div background color is #da737d


#da737d Border Color

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

This div border color is #da737d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,115,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 #da737d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da737d


Comments

No comments written yet.

Please login to write comment.