Color Hex Logo

#da57eb Color Hex

#DA57EB
(218,87,235)
0 Favorites   0 Comments

Color spaces of #da57eb

RGB 21887235
HSL0.810.790.63
HSV293°63°92°
CMYK 0.070.630.00   0.08
XYZ47.317027.720081.4539
Yxy27.72000.30240.1771
Hunter Lab52.649868.2830-54.8721
CIE-Lab59.634970.2620-51.1523

#da57eb color RGB value is (218,87,235).

#da57eb hex color red value is 218, green value is 87 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da57eb hue: 0.81 , saturation: 0.79 and the lightness value of da57eb is 0.63.

The process color (four color CMYK) of #da57eb color hex is 0.07, 0.63, 0.00, 0.08. Web safe color of #da57eb is #cc66ff. Color #da57eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 11101011
Octal 332 127 353
Decimal 218 87 235
Hex DA 57 EB

RGB Percentages of Color #da57eb

%40.37
%16.11
%43.52

CMYK Percentages of Color #da57eb

%7
%63
%0
%8

Triadic Colors of #da57eb

#da57eb #ebda57 #57ebda

Analogous Colors of #da57eb

#da57eb #eb57b2 #9057eb

Monochromatic Colors of #da57eb

#da57eb

Complementary Color

#da57eb #68eb57

#da57eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da57eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da57eb Color CSS Codes

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

#da57eb Text Font Color

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

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


#da57eb Background Color

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

This div background color is #da57eb


#da57eb Border Color

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

This div border color is #da57eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da57eb


Comments

No comments written yet.

Please login to write comment.