Color Hex Logo

#da70fd Color Hex

#DA70FD
(218,112,253)
0 Favorites   0 Comments

Color spaces of #da70fd

RGB 218112253
HSL0.790.970.72
HSV285°56°99°
CMYK 0.140.560.00   0.01
XYZ52.437233.585696.6474
Yxy33.58560.28710.1839
Hunter Lab57.953160.0927-58.3098
CIE-Lab64.632362.5287-53.1876

#da70fd color RGB value is (218,112,253).

#da70fd hex color red value is 218, green value is 112 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #da70fd hue: 0.79 , saturation: 0.97 and the lightness value of da70fd is 0.72.

The process color (four color CMYK) of #da70fd color hex is 0.14, 0.56, 0.00, 0.01. Web safe color of #da70fd is #cc66ff. Color #da70fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 11111101
Octal 332 160 375
Decimal 218 112 253
Hex DA 70 FD

RGB Percentages of Color #da70fd

%37.39
%19.21
%43.40

CMYK Percentages of Color #da70fd

%14
%56
%0
%1

Triadic Colors of #da70fd

#da70fd #fdda70 #70fdda

Analogous Colors of #da70fd

#da70fd #fd70da #9470fd

Monochromatic Colors of #da70fd

#da70fd

Complementary Color

#da70fd #93fd70

#da70fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70fd Color CSS Codes

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

#da70fd Text Font Color

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

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


#da70fd Background Color

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

This div background color is #da70fd


#da70fd Border Color

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

This div border color is #da70fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70fd


Comments

No comments written yet.

Please login to write comment.