Color Hex Logo

#da65dd Color Hex

#DA65DD
(218,101,221)
0 Favorites   0 Comments

Color spaces of #da65dd

RGB 218101221
HSL0.830.640.63
HSV299°54°87°
CMYK 0.010.540.00   0.13
XYZ46.618329.433271.6307
Yxy29.43320.31570.1993
Hunter Lab54.252458.4409-40.3053
CIE-Lab61.162161.7193-40.9061

#da65dd color RGB value is (218,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100101 11011101
Octal 332 145 335
Decimal 218 101 221
Hex DA 65 DD

RGB Percentages of Color #da65dd

%40.37
%18.70
%40.93

CMYK Percentages of Color #da65dd

%1
%54
%0
%13

Triadic Colors of #da65dd

#da65dd #ddda65 #65ddda

Analogous Colors of #da65dd

#da65dd #dd65a4 #9e65dd

Monochromatic Colors of #da65dd

#da65dd

Complementary Color

#da65dd #68dd65

#da65dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da65dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da65dd Color CSS Codes

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

#da65dd Text Font Color

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

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


#da65dd Background Color

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

This div background color is #da65dd


#da65dd Border Color

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

This div border color is #da65dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da65dd


Comments

No comments written yet.

Please login to write comment.