Color Hex Logo

#da19fd Color Hex

#DA19FD
(218,25,253)
0 Favorites   0 Comments

Color spaces of #da19fd

RGB 21825253
HSL0.810.980.55
HSV291°90°99°
CMYK 0.140.900.00   0.01
XYZ46.990722.692594.8319
Yxy22.69250.28560.1379
Hunter Lab47.636692.7154-84.6850
CIE-Lab54.754290.3867-69.0077

#da19fd color RGB value is (218,25,253).

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

The process color (four color CMYK) of #da19fd color hex is 0.14, 0.90, 0.00, 0.01. Web safe color of #da19fd is #cc00ff. Color #da19fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 11111101
Octal 332 31 375
Decimal 218 25 253
Hex DA 19 FD

RGB Percentages of Color #da19fd

%43.95
%5.04
%51.01

CMYK Percentages of Color #da19fd

%14
%90
%0
%1

Triadic Colors of #da19fd

#da19fd #fdda19 #19fdda

Analogous Colors of #da19fd

#da19fd #fd19ae #6819fd

Monochromatic Colors of #da19fd

#da19fd

Complementary Color

#da19fd #3cfd19

#da19fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da19fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da19fd Color CSS Codes

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

#da19fd Text Font Color

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

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


#da19fd Background Color

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

This div background color is #da19fd


#da19fd Border Color

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

This div border color is #da19fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da19fd

Related Colors


Comments

No comments written yet.

Please login to write comment.