Color Hex Logo

#da71df Color Hex

#DA71DF
(218,113,223)
0 Favorites   0 Comments

Color spaces of #da71df

RGB 218113223
HSL0.830.630.66
HSV297°49°87°
CMYK 0.020.490.00   0.13
XYZ48.137932.043473.4599
Yxy32.04340.31330.2086
Hunter Lab56.606952.7325-37.3170
CIE-Lab63.378756.4034-38.5524

#da71df color RGB value is (218,113,223).

#da71df hex color red value is 218, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #da71df hue: 0.83 , saturation: 0.63 and the lightness value of da71df is 0.66.

The process color (four color CMYK) of #da71df color hex is 0.02, 0.49, 0.00, 0.13. Web safe color of #da71df is #cc66cc. Color #da71df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 11011111
Octal 332 161 337
Decimal 218 113 223
Hex DA 71 DF

RGB Percentages of Color #da71df

%39.35
%20.40
%40.25

CMYK Percentages of Color #da71df

%2
%49
%0
%13

Triadic Colors of #da71df

#da71df #dfda71 #71dfda

Analogous Colors of #da71df

#da71df #df71ad #a371df

Monochromatic Colors of #da71df

#da71df

Complementary Color

#da71df #76df71

#da71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da71df Color CSS Codes

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

#da71df Text Font Color

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

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


#da71df Background Color

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

This div background color is #da71df


#da71df Border Color

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

This div border color is #da71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da71df


Comments

No comments written yet.

Please login to write comment.