Color Hex Logo

#da64fd Color Hex

#DA64FD
(218,100,253)
0 Favorites   0 Comments

Color spaces of #da64fd

RGB 218100253
HSL0.800.970.69
HSV286°60°99°
CMYK 0.140.600.00   0.01
XYZ51.200231.111696.2351
Yxy31.11160.28680.1742
Hunter Lab55.777866.2397-63.2504
CIE-Lab62.601768.0308-56.4149

#da64fd color RGB value is (218,100,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 11111101
Octal 332 144 375
Decimal 218 100 253
Hex DA 64 FD

RGB Percentages of Color #da64fd

%38.18
%17.51
%44.31

CMYK Percentages of Color #da64fd

%14
%60
%0
%1

Triadic Colors of #da64fd

#da64fd #fdda64 #64fdda

Analogous Colors of #da64fd

#da64fd #fd64d4 #8e64fd

Monochromatic Colors of #da64fd

#da64fd

Complementary Color

#da64fd #87fd64

#da64fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da64fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da64fd Color CSS Codes

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

#da64fd Text Font Color

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

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


#da64fd Background Color

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

This div background color is #da64fd


#da64fd Border Color

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

This div border color is #da64fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da64fd


Comments

No comments written yet.

Please login to write comment.