Color Hex Logo

#da66cc Color Hex

#DA66CC
(218,102,204)
0 Favorites   0 Comments

Color spaces of #da66cc

RGB 218102204
HSL0.850.610.63
HSV307°53°85°
CMYK 0.000.530.06   0.15
XYZ44.563928.767860.3307
Yxy28.76780.33340.2152
Hunter Lab53.635654.4469-29.1460
CIE-Lab60.576258.3653-32.2413

#da66cc color RGB value is (218,102,204).

#da66cc hex color red value is 218, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da66cc hue: 0.85 , saturation: 0.61 and the lightness value of da66cc is 0.63.

The process color (four color CMYK) of #da66cc color hex is 0.00, 0.53, 0.06, 0.15. Web safe color of #da66cc is #cc66cc. Color #da66cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 11001100
Octal 332 146 314
Decimal 218 102 204
Hex DA 66 CC

RGB Percentages of Color #da66cc

%41.60
%19.47
%38.93

CMYK Percentages of Color #da66cc

%0
%53
%6
%15

Triadic Colors of #da66cc

#da66cc #ccda66 #66ccda

Analogous Colors of #da66cc

#da66cc #da6692 #ae66da

Monochromatic Colors of #da66cc

#da66cc

Complementary Color

#da66cc #66da74

#da66cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da66cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da66cc Color CSS Codes

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

#da66cc Text Font Color

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

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


#da66cc Background Color

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

This div background color is #da66cc


#da66cc Border Color

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

This div border color is #da66cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da66cc


Comments

No comments written yet.

Please login to write comment.