Color Hex Logo

#da60dd Color Hex

#DA60DD
(218,96,221)
0 Favorites   0 Comments

Color spaces of #da60dd

RGB 21896221
HSL0.830.650.62
HSV299°57°87°
CMYK 0.010.570.00   0.13
XYZ46.147528.491671.4738
Yxy28.49160.31580.1950
Hunter Lab53.377560.9114-42.0265
CIE-Lab60.330363.9727-42.2130

#da60dd color RGB value is (218,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 11011101
Octal 332 140 335
Decimal 218 96 221
Hex DA 60 DD

RGB Percentages of Color #da60dd

%40.75
%17.94
%41.31

CMYK Percentages of Color #da60dd

%1
%57
%0
%13

Triadic Colors of #da60dd

#da60dd #ddda60 #60ddda

Analogous Colors of #da60dd

#da60dd #dd60a2 #9c60dd

Monochromatic Colors of #da60dd

#da60dd

Complementary Color

#da60dd #63dd60

#da60dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da60dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da60dd Color CSS Codes

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

#da60dd Text Font Color

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

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


#da60dd Background Color

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

This div background color is #da60dd


#da60dd Border Color

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

This div border color is #da60dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da60dd


Comments

No comments written yet.

Please login to write comment.