Color Hex Logo

#da51ff Color Hex

#DA51FF
(218,81,255)
0 Favorites   0 Comments

Color spaces of #da51ff

RGB 21881255
HSL0.801.000.66
HSV287°68°100°
CMYK 0.150.680.00   0.00
XYZ49.905928.010397.3839
Yxy28.01030.28470.1598
Hunter Lab52.924875.6999-72.0489
CIE-Lab59.898076.2272-61.8372

#da51ff color RGB value is (218,81,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 11111111
Octal 332 121 377
Decimal 218 81 255
Hex DA 51 FF

RGB Percentages of Color #da51ff

%39.35
%14.62
%46.03

CMYK Percentages of Color #da51ff

%15
%68
%0
%0

Triadic Colors of #da51ff

#da51ff #ffda51 #51ffda

Analogous Colors of #da51ff

#da51ff #ff51cd #8351ff

Monochromatic Colors of #da51ff

#da51ff

Complementary Color

#da51ff #76ff51

#da51ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51ff Color CSS Codes

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

#da51ff Text Font Color

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

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


#da51ff Background Color

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

This div background color is #da51ff


#da51ff Border Color

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

This div border color is #da51ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51ff


Comments

No comments written yet.

Please login to write comment.