Color Hex Logo

#da617f Color Hex

#DA617F
(218,97,127)
0 Favorites   0 Comments

Color spaces of #da617f

RGB 21897127
HSL0.960.620.62
HSV345°56°85°
CMYK 0.000.560.42   0.15
XYZ37.018924.987122.9506
Yxy24.98710.43570.2941
Hunter Lab49.987144.71427.7691
CIE-Lab57.062850.21876.9446

#da617f color RGB value is (218,97,127).

#da617f hex color red value is 218, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da617f hue: 0.96 , saturation: 0.62 and the lightness value of da617f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 01111111
Octal 332 141 177
Decimal 218 97 127
Hex DA 61 7F

RGB Percentages of Color #da617f

%49.32
%21.95
%28.73

CMYK Percentages of Color #da617f

%0
%56
%42
%15

Triadic Colors of #da617f

#da617f #7fda61 #617fda

Analogous Colors of #da617f

#da617f #da8061 #da61bc

Monochromatic Colors of #da617f

#da617f

Complementary Color

#da617f #61dabc

#da617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da617f Color CSS Codes

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

#da617f Text Font Color

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

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


#da617f Background Color

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

This div background color is #da617f


#da617f Border Color

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

This div border color is #da617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da617f


Comments

No comments written yet.

Please login to write comment.