Color Hex Logo

#da416f Color Hex

#DA416F
(218,65,111)
0 Favorites   0 Comments

Color spaces of #da416f

RGB 21865111
HSL0.950.670.55
HSV342°70°85°
CMYK 0.000.700.49   0.15
XYZ33.673019.833717.0925
Yxy19.83370.47700.2809
Hunter Lab44.535057.02778.4191
CIE-Lab51.648762.20558.7463

#da416f color RGB value is (218,65,111).

#da416f hex color red value is 218, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da416f hue: 0.95 , saturation: 0.67 and the lightness value of da416f is 0.55.

The process color (four color CMYK) of #da416f color hex is 0.00, 0.70, 0.49, 0.15. Web safe color of #da416f is #cc3366. Color #da416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000001 01101111
Octal 332 101 157
Decimal 218 65 111
Hex DA 41 6F

RGB Percentages of Color #da416f

%55.33
%16.50
%28.17

CMYK Percentages of Color #da416f

%0
%70
%49
%15

Triadic Colors of #da416f

#da416f #6fda41 #416fda

Analogous Colors of #da416f

#da416f #da6041 #da41bc

Monochromatic Colors of #da416f

#da416f

Complementary Color

#da416f #41daac

#da416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da416f Color CSS Codes

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

#da416f Text Font Color

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

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


#da416f Background Color

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

This div background color is #da416f


#da416f Border Color

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

This div border color is #da416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da416f


Comments

No comments written yet.

Please login to write comment.