Color Hex Logo

#da5efa Color Hex

#DA5EFA
(218,94,250)
0 Favorites   0 Comments

Color spaces of #da5efa

RGB 21894250
HSL0.800.940.67
HSV288°62°98°
CMYK 0.130.620.00   0.02
XYZ50.171529.813093.5526
Yxy29.81300.28910.1718
Hunter Lab54.601368.4661-63.3652
CIE-Lab61.492570.0687-56.5271

#da5efa color RGB value is (218,94,250).

#da5efa hex color red value is 218, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #da5efa hue: 0.80 , saturation: 0.94 and the lightness value of da5efa is 0.67.

The process color (four color CMYK) of #da5efa color hex is 0.13, 0.62, 0.00, 0.02. Web safe color of #da5efa is #cc66ff. Color #da5efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011110 11111010
Octal 332 136 372
Decimal 218 94 250
Hex DA 5E FA

RGB Percentages of Color #da5efa

%38.79
%16.73
%44.48

CMYK Percentages of Color #da5efa

%13
%62
%0
%2

Triadic Colors of #da5efa

#da5efa #fada5e #5efada

Analogous Colors of #da5efa

#da5efa #fa5ecc #8c5efa

Monochromatic Colors of #da5efa

#da5efa

Complementary Color

#da5efa #7efa5e

#da5efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5efa Color CSS Codes

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

#da5efa Text Font Color

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

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


#da5efa Background Color

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

This div background color is #da5efa


#da5efa Border Color

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

This div border color is #da5efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5efa


Comments

No comments written yet.

Please login to write comment.