Color Hex Logo

#da017f Color Hex

#DA017F
(218,1,127)
0 Favorites   0 Comments

Color spaces of #da017f

RGB 2181127
HSL0.900.990.43
HSV325°100°85°
CMYK 0.001.000.42   0.15
XYZ32.755116.459421.5293
Yxy16.45940.46300.2327
Hunter Lab40.570273.1175-3.0642
CIE-Lab47.571576.5350-6.9102

#da017f color RGB value is (218,1,127).

#da017f hex color red value is 218, green value is 1 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da017f hue: 0.90 , saturation: 0.99 and the lightness value of da017f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000001 01111111
Octal 332 1 177
Decimal 218 1 127
Hex DA 1 7F

RGB Percentages of Color #da017f

%63.01
%0.29
%36.71

CMYK Percentages of Color #da017f

%0
%100
%42
%15

Triadic Colors of #da017f

#da017f #7fda01 #017fda

Analogous Colors of #da017f

#da017f #da0112 #c901da

Monochromatic Colors of #da017f

#da017f

Complementary Color

#da017f #01da5c

#da017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da017f Color CSS Codes

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

#da017f Text Font Color

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

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


#da017f Background Color

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

This div background color is #da017f


#da017f Border Color

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

This div border color is #da017f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da017f


Comments

No comments written yet.

Please login to write comment.