Color Hex Logo

#da717d Color Hex

#DA717D
(218,113,125)
0 Favorites   0 Comments

Color spaces of #da717d

RGB 218113125
HSL0.980.590.65
HSV353°48°85°
CMYK 0.000.480.43   0.15
XYZ38.520228.196322.8142
Yxy28.19630.43020.3149
Hunter Lab53.100236.563011.6965
CIE-Lab60.065742.146312.3581

#da717d color RGB value is (218,113,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 01111101
Octal 332 161 175
Decimal 218 113 125
Hex DA 71 7D

RGB Percentages of Color #da717d

%47.81
%24.78
%27.41

CMYK Percentages of Color #da717d

%0
%48
%43
%15

Triadic Colors of #da717d

#da717d #7dda71 #717dda

Analogous Colors of #da717d

#da717d #da9a71 #da71b2

Monochromatic Colors of #da717d

#da717d

Complementary Color

#da717d #71dace

#da717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da717d Color CSS Codes

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

#da717d Text Font Color

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

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


#da717d Background Color

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

This div background color is #da717d


#da717d Border Color

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

This div border color is #da717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da717d


Comments

No comments written yet.

Please login to write comment.