Color Hex Logo

#da50df Color Hex

#DA50DF
(218,80,223)
0 Favorites   0 Comments

Color spaces of #da50df

RGB 21880223
HSL0.830.690.59
HSV298°64°87°
CMYK 0.020.640.00   0.13
XYZ45.101425.970572.4477
Yxy25.97050.31430.1810
Hunter Lab50.961368.7927-48.6151
CIE-Lab58.009070.9859-47.0011

#da50df color RGB value is (218,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 11011111
Octal 332 120 337
Decimal 218 80 223
Hex DA 50 DF

RGB Percentages of Color #da50df

%41.84
%15.36
%42.80

CMYK Percentages of Color #da50df

%2
%64
%0
%13

Triadic Colors of #da50df

#da50df #dfda50 #50dfda

Analogous Colors of #da50df

#da50df #df509d #9350df

Monochromatic Colors of #da50df

#da50df

Complementary Color

#da50df #55df50

#da50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50df Color CSS Codes

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

#da50df Text Font Color

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

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


#da50df Background Color

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

This div background color is #da50df


#da50df Border Color

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

This div border color is #da50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50df


Comments

No comments written yet.

Please login to write comment.