Color Hex Logo

#da71dc Color Hex

#DA71DC
(218,113,220)
0 Favorites   0 Comments

Color spaces of #da71dc

RGB 218113220
HSL0.830.600.65
HSV299°49°86°
CMYK 0.010.490.00   0.14
XYZ47.736831.883071.3482
Yxy31.88300.31620.2112
Hunter Lab56.465052.0941-35.3923
CIE-Lab63.246155.8652-37.0840

#da71dc color RGB value is (218,113,220).

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

The process color (four color CMYK) of #da71dc color hex is 0.01, 0.49, 0.00, 0.14. Web safe color of #da71dc is #cc66cc. Color #da71dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 11011100
Octal 332 161 334
Decimal 218 113 220
Hex DA 71 DC

RGB Percentages of Color #da71dc

%39.56
%20.51
%39.93

CMYK Percentages of Color #da71dc

%1
%49
%0
%14

Triadic Colors of #da71dc

#da71dc #dcda71 #71dcda

Analogous Colors of #da71dc

#da71dc #dc71a9 #a571dc

Monochromatic Colors of #da71dc

#da71dc

Complementary Color

#da71dc #73dc71

#da71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da71dc Color CSS Codes

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

#da71dc Text Font Color

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

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


#da71dc Background Color

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

This div background color is #da71dc


#da71dc Border Color

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

This div border color is #da71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da71dc


Comments

No comments written yet.

Please login to write comment.