Color Hex Logo

#da57ff Color Hex

#DA57FF
(218,87,255)
0 Favorites   0 Comments

Color spaces of #da57ff

RGB 21887255
HSL0.801.000.67
HSV287°66°100°
CMYK 0.150.660.00   0.00
XYZ50.371628.941897.5392
Yxy28.94180.28480.1636
Hunter Lab53.797672.9868-69.8391
CIE-Lab60.730273.8910-60.5047

#da57ff color RGB value is (218,87,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 11111111
Octal 332 127 377
Decimal 218 87 255
Hex DA 57 FF

RGB Percentages of Color #da57ff

%38.93
%15.54
%45.54

CMYK Percentages of Color #da57ff

%15
%66
%0
%0

Triadic Colors of #da57ff

#da57ff #ffda57 #57ffda

Analogous Colors of #da57ff

#da57ff #ff57d0 #8657ff

Monochromatic Colors of #da57ff

#da57ff

Complementary Color

#da57ff #7cff57

#da57ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da57ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da57ff Color CSS Codes

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

#da57ff Text Font Color

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

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


#da57ff Background Color

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

This div background color is #da57ff


#da57ff Border Color

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

This div border color is #da57ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da57ff


Comments

No comments written yet.

Please login to write comment.