Color Hex Logo

#da4fdd Color Hex

#DA4FDD
(218,79,221)
0 Favorites   0 Comments

Color spaces of #da4fdd

RGB 21879221
HSL0.830.680.59
HSV299°64°87°
CMYK 0.010.640.00   0.13
XYZ44.760625.717871.0115
Yxy25.71780.31640.1818
Hunter Lab50.712768.8023-47.5231
CIE-Lab57.768271.0391-46.2549

#da4fdd color RGB value is (218,79,221).

#da4fdd hex color red value is 218, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #da4fdd hue: 0.83 , saturation: 0.68 and the lightness value of da4fdd is 0.59.

The process color (four color CMYK) of #da4fdd color hex is 0.01, 0.64, 0.00, 0.13. Web safe color of #da4fdd is #cc66cc. Color #da4fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001111 11011101
Octal 332 117 335
Decimal 218 79 221
Hex DA 4F DD

RGB Percentages of Color #da4fdd

%42.08
%15.25
%42.66

CMYK Percentages of Color #da4fdd

%1
%64
%0
%13

Triadic Colors of #da4fdd

#da4fdd #ddda4f #4fddda

Analogous Colors of #da4fdd

#da4fdd #dd4f99 #934fdd

Monochromatic Colors of #da4fdd

#da4fdd

Complementary Color

#da4fdd #52dd4f

#da4fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4fdd Color CSS Codes

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

#da4fdd Text Font Color

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

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


#da4fdd Background Color

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

This div background color is #da4fdd


#da4fdd Border Color

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

This div border color is #da4fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4fdd


Comments

No comments written yet.

Please login to write comment.