Color Hex Logo

#da50fd Color Hex

#DA50FD
(218,80,253)
0 Favorites   0 Comments

Color spaces of #da50fd

RGB 21880253
HSL0.800.980.65
HSV288°68°99°
CMYK 0.140.680.00   0.01
XYZ49.511727.734695.6723
Yxy27.73460.28630.1604
Hunter Lab52.663675.6553-70.8456
CIE-Lab59.648276.2392-61.1323

#da50fd color RGB value is (218,80,253).

#da50fd hex color red value is 218, green value is 80 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #da50fd hue: 0.80 , saturation: 0.98 and the lightness value of da50fd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 11111101
Octal 332 120 375
Decimal 218 80 253
Hex DA 50 FD

RGB Percentages of Color #da50fd

%39.56
%14.52
%45.92

CMYK Percentages of Color #da50fd

%14
%68
%0
%1

Triadic Colors of #da50fd

#da50fd #fdda50 #50fdda

Analogous Colors of #da50fd

#da50fd #fd50ca #8450fd

Monochromatic Colors of #da50fd

#da50fd

Complementary Color

#da50fd #73fd50

#da50fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50fd Color CSS Codes

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

#da50fd Text Font Color

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

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


#da50fd Background Color

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

This div background color is #da50fd


#da50fd Border Color

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

This div border color is #da50fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50fd

Related Colors


Comments

No comments written yet.

Please login to write comment.