Color Hex Logo

#da517c Color Hex

#DA517C
(218,81,124)
0 Favorites   0 Comments

Color spaces of #da517c

RGB 21881124
HSL0.950.650.59
HSV341°63°85°
CMYK 0.000.630.43   0.15
XYZ35.494022.245521.4919
Yxy22.24550.44800.2808
Hunter Lab47.165151.79075.9987
CIE-Lab54.286557.10144.7349

#da517c color RGB value is (218,81,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 01111100
Octal 332 121 174
Decimal 218 81 124
Hex DA 51 7C

RGB Percentages of Color #da517c

%51.54
%19.15
%29.31

CMYK Percentages of Color #da517c

%0
%63
%43
%15

Triadic Colors of #da517c

#da517c #7cda51 #517cda

Analogous Colors of #da517c

#da517c #da6b51 #da51c1

Monochromatic Colors of #da517c

#da517c

Complementary Color

#da517c #51daaf

#da517c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da517c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da517c Color CSS Codes

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

#da517c Text Font Color

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

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


#da517c Background Color

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

This div background color is #da517c


#da517c Border Color

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

This div border color is #da517c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da517c


Comments

No comments written yet.

Please login to write comment.