Color Hex Logo

#da117f Color Hex

#DA117F
(218,17,127)
0 Favorites   0 Comments

Color spaces of #da117f

RGB 21817127
HSL0.910.860.46
HSV327°92°85°
CMYK 0.000.920.42   0.15
XYZ32.944716.838621.5925
Yxy16.83860.46160.2359
Hunter Lab41.034971.4971-2.4739
CIE-Lab48.056075.1217-6.1888

#da117f color RGB value is (218,17,127).

#da117f hex color red value is 218, green value is 17 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da117f hue: 0.91 , saturation: 0.86 and the lightness value of da117f is 0.46.

The process color (four color CMYK) of #da117f color hex is 0.00, 0.92, 0.42, 0.15. Web safe color of #da117f is #cc0066. Color #da117f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 01111111
Octal 332 21 177
Decimal 218 17 127
Hex DA 11 7F

RGB Percentages of Color #da117f

%60.22
%4.70
%35.08

CMYK Percentages of Color #da117f

%0
%92
%42
%15

Triadic Colors of #da117f

#da117f #7fda11 #117fda

Analogous Colors of #da117f

#da117f #da111a #d111da

Monochromatic Colors of #da117f

#da117f

Complementary Color

#da117f #11da6c

#da117f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da117f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da117f Color CSS Codes

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

#da117f Text Font Color

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

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


#da117f Background Color

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

This div background color is #da117f


#da117f Border Color

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

This div border color is #da117f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da117f


Comments

No comments written yet.

Please login to write comment.