Color Hex Logo

#da517e Color Hex

#DA517E
(218,81,126)
0 Favorites   0 Comments

Color spaces of #da517e

RGB 21881126
HSL0.950.650.59
HSV340°63°85°
CMYK 0.000.630.42   0.15
XYZ35.621822.296622.1649
Yxy22.29660.44480.2784
Hunter Lab47.219352.02515.2226
CIE-Lab54.340357.30123.6246

#da517e color RGB value is (218,81,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 01111110
Octal 332 121 176
Decimal 218 81 126
Hex DA 51 7E

RGB Percentages of Color #da517e

%51.29
%19.06
%29.65

CMYK Percentages of Color #da517e

%0
%63
%42
%15

Triadic Colors of #da517e

#da517e #7eda51 #517eda

Analogous Colors of #da517e

#da517e #da6951 #da51c3

Monochromatic Colors of #da517e

#da517e

Complementary Color

#da517e #51daad

#da517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da517e Color CSS Codes

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

#da517e Text Font Color

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

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


#da517e Background Color

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

This div background color is #da517e


#da517e Border Color

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

This div border color is #da517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da517e


Comments

No comments written yet.

Please login to write comment.