Color Hex Logo

#da78cc Color Hex

#DA78CC
(218,120,204)
0 Favorites   0 Comments

Color spaces of #da78cc

RGB 218120204
HSL0.860.570.66
HSV309°45°85°
CMYK 0.000.450.06   0.15
XYZ46.529032.698060.9857
Yxy32.69800.33180.2332
Hunter Lab57.182245.1763-23.2062
CIE-Lab63.915649.5986-27.0760

#da78cc color RGB value is (218,120,204).

#da78cc hex color red value is 218, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da78cc hue: 0.86 , saturation: 0.57 and the lightness value of da78cc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 11001100
Octal 332 170 314
Decimal 218 120 204
Hex DA 78 CC

RGB Percentages of Color #da78cc

%40.22
%22.14
%37.64

CMYK Percentages of Color #da78cc

%0
%45
%6
%15

Triadic Colors of #da78cc

#da78cc #ccda78 #78ccda

Analogous Colors of #da78cc

#da78cc #da789b #b778da

Monochromatic Colors of #da78cc

#da78cc

Complementary Color

#da78cc #78da86

#da78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da78cc Color CSS Codes

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

#da78cc Text Font Color

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

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


#da78cc Background Color

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

This div background color is #da78cc


#da78cc Border Color

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

This div border color is #da78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da78cc


Comments

No comments written yet.

Please login to write comment.