Color Hex Logo

#da68fd Color Hex

#DA68FD
(218,104,253)
0 Favorites   0 Comments

Color spaces of #da68fd

RGB 218104253
HSL0.790.970.70
HSV286°59°99°
CMYK 0.140.590.00   0.01
XYZ51.593431.897996.3661
Yxy31.89790.28690.1774
Hunter Lab56.478264.2246-61.6289
CIE-Lab63.258466.2391-55.3698

#da68fd color RGB value is (218,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101000 11111101
Octal 332 150 375
Decimal 218 104 253
Hex DA 68 FD

RGB Percentages of Color #da68fd

%37.91
%18.09
%44.00

CMYK Percentages of Color #da68fd

%14
%59
%0
%1

Triadic Colors of #da68fd

#da68fd #fdda68 #68fdda

Analogous Colors of #da68fd

#da68fd #fd68d6 #9068fd

Monochromatic Colors of #da68fd

#da68fd

Complementary Color

#da68fd #8bfd68

#da68fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da68fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da68fd Color CSS Codes

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

#da68fd Text Font Color

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

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


#da68fd Background Color

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

This div background color is #da68fd


#da68fd Border Color

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

This div border color is #da68fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da68fd


Comments

No comments written yet.

Please login to write comment.