Color Hex Logo

#da7efc Color Hex

#DA7EFC
(218,126,252)
0 Favorites   0 Comments

Color spaces of #da7efc

RGB 218126252
HSL0.790.950.74
HSV284°50°99°
CMYK 0.130.500.00   0.01
XYZ53.945036.855496.3661
Yxy36.85540.28820.1969
Hunter Lab60.708652.3729-51.6181
CIE-Lab67.168455.4906-48.6284

#da7efc color RGB value is (218,126,252).

#da7efc hex color red value is 218, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #da7efc hue: 0.79 , saturation: 0.95 and the lightness value of da7efc is 0.74.

The process color (four color CMYK) of #da7efc color hex is 0.13, 0.50, 0.00, 0.01. Web safe color of #da7efc is #cc66ff. Color #da7efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 11111100
Octal 332 176 374
Decimal 218 126 252
Hex DA 7E FC

RGB Percentages of Color #da7efc

%36.58
%21.14
%42.28

CMYK Percentages of Color #da7efc

%13
%50
%0
%1

Triadic Colors of #da7efc

#da7efc #fcda7e #7efcda

Analogous Colors of #da7efc

#da7efc #fc7edf #9b7efc

Monochromatic Colors of #da7efc

#da7efc

Complementary Color

#da7efc #a0fc7e

#da7efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7efc Color CSS Codes

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

#da7efc Text Font Color

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

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


#da7efc Background Color

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

This div background color is #da7efc


#da7efc Border Color

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

This div border color is #da7efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7efc


Comments

No comments written yet.

Please login to write comment.