Color Hex Logo

#da4fff Color Hex

#DA4FFF
(218,79,255)
0 Favorites   0 Comments

Color spaces of #da4fff

RGB 21879255
HSL0.801.000.65
HSV287°69°100°
CMYK 0.150.690.00   0.00
XYZ49.759427.717497.3351
Yxy27.71740.28460.1586
Hunter Lab52.647376.5758-72.7631
CIE-Lab59.632676.9764-62.2627

#da4fff color RGB value is (218,79,255).

#da4fff hex color red value is 218, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #da4fff hue: 0.80 , saturation: 1.00 and the lightness value of da4fff is 0.65.

The process color (four color CMYK) of #da4fff color hex is 0.15, 0.69, 0.00, 0.00. Web safe color of #da4fff is #cc66ff. Color #da4fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001111 11111111
Octal 332 117 377
Decimal 218 79 255
Hex DA 4F FF

RGB Percentages of Color #da4fff

%39.49
%14.31
%46.20

CMYK Percentages of Color #da4fff

%15
%69
%0
%0

Triadic Colors of #da4fff

#da4fff #ffda4f #4fffda

Analogous Colors of #da4fff

#da4fff #ff4fcc #824fff

Monochromatic Colors of #da4fff

#da4fff

Complementary Color

#da4fff #74ff4f

#da4fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4fff Color CSS Codes

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

#da4fff Text Font Color

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

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


#da4fff Background Color

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

This div background color is #da4fff


#da4fff Border Color

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

This div border color is #da4fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4fff

Related Colors


Comments

No comments written yet.

Please login to write comment.