Color Hex Logo

#da62df Color Hex

#DA62DF
(218,98,223)
0 Favorites   0 Comments

Color spaces of #da62df

RGB 21898223
HSL0.830.660.63
HSV298°56°87°
CMYK 0.020.560.00   0.13
XYZ46.600428.968572.9474
Yxy28.96850.31380.1951
Hunter Lab53.822460.3593-42.6822
CIE-Lab60.753863.4285-42.6693

#da62df color RGB value is (218,98,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 11011111
Octal 332 142 337
Decimal 218 98 223
Hex DA 62 DF

RGB Percentages of Color #da62df

%40.45
%18.18
%41.37

CMYK Percentages of Color #da62df

%2
%56
%0
%13

Triadic Colors of #da62df

#da62df #dfda62 #62dfda

Analogous Colors of #da62df

#da62df #df62a6 #9c62df

Monochromatic Colors of #da62df

#da62df

Complementary Color

#da62df #67df62

#da62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62df Color CSS Codes

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

#da62df Text Font Color

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

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


#da62df Background Color

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

This div background color is #da62df


#da62df Border Color

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

This div border color is #da62df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62df


Comments

No comments written yet.

Please login to write comment.