Color Hex Logo

#da4efe Color Hex

#DA4EFE
(218,78,254)
0 Favorites   0 Comments

Color spaces of #da4efe

RGB 21878254
HSL0.800.990.65
HSV288°69°100°
CMYK 0.140.690.00   0.00
XYZ49.527227.510096.4655
Yxy27.51000.28550.1586
Hunter Lab52.450076.7656-72.3306
CIE-Lab59.443477.1638-62.0133

#da4efe color RGB value is (218,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001110 11111110
Octal 332 116 376
Decimal 218 78 254
Hex DA 4E FE

RGB Percentages of Color #da4efe

%39.64
%14.18
%46.18

CMYK Percentages of Color #da4efe

%14
%69
%0
%0

Triadic Colors of #da4efe

#da4efe #feda4e #4efeda

Analogous Colors of #da4efe

#da4efe #fe4eca #824efe

Monochromatic Colors of #da4efe

#da4efe

Complementary Color

#da4efe #72fe4e

#da4efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4efe Color CSS Codes

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

#da4efe Text Font Color

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

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


#da4efe Background Color

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

This div background color is #da4efe


#da4efe Border Color

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

This div border color is #da4efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4efe

Related Colors


Comments

No comments written yet.

Please login to write comment.