Color Hex Logo

#da73cc Color Hex

#DA73CC
(218,115,204)
0 Favorites   0 Comments

Color spaces of #da73cc

RGB 218115204
HSL0.860.580.65
HSV308°47°85°
CMYK 0.000.470.06   0.15
XYZ45.943331.526560.7905
Yxy31.52650.33230.2280
Hunter Lab56.148547.7972-24.8878
CIE-Lab62.949652.1021-28.5654

#da73cc color RGB value is (218,115,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 11001100
Octal 332 163 314
Decimal 218 115 204
Hex DA 73 CC

RGB Percentages of Color #da73cc

%40.60
%21.42
%37.99

CMYK Percentages of Color #da73cc

%0
%47
%6
%15

Triadic Colors of #da73cc

#da73cc #ccda73 #73ccda

Analogous Colors of #da73cc

#da73cc #da7399 #b573da

Monochromatic Colors of #da73cc

#da73cc

Complementary Color

#da73cc #73da81

#da73cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73cc Color CSS Codes

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

#da73cc Text Font Color

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

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


#da73cc Background Color

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

This div background color is #da73cc


#da73cc Border Color

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

This div border color is #da73cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73cc


Comments

No comments written yet.

Please login to write comment.