Color Hex Logo

#da4eff Color Hex

#DA4EFF
(218,78,255)
0 Favorites   0 Comments

Color spaces of #da4eff

RGB 21878255
HSL0.801.000.65
HSV287°69°100°
CMYK 0.150.690.00   0.00
XYZ49.687827.574297.3113
Yxy27.57420.28460.1580
Hunter Lab52.511177.0082-73.1158
CIE-Lab59.502177.3454-62.4719

#da4eff color RGB value is (218,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001110 11111111
Octal 332 116 377
Decimal 218 78 255
Hex DA 4E FF

RGB Percentages of Color #da4eff

%39.56
%14.16
%46.28

CMYK Percentages of Color #da4eff

%15
%69
%0
%0

Triadic Colors of #da4eff

#da4eff #ffda4e #4effda

Analogous Colors of #da4eff

#da4eff #ff4ecc #824eff

Monochromatic Colors of #da4eff

#da4eff

Complementary Color

#da4eff #73ff4e

#da4eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4eff Color CSS Codes

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

#da4eff Text Font Color

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

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


#da4eff Background Color

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

This div background color is #da4eff


#da4eff Border Color

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

This div border color is #da4eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4eff

Related Colors

#da4eff Color Palettes


Comments

No comments written yet.

Please login to write comment.