Color Hex Logo

#da73da Color Hex

#DA73DA
(218,115,218)
0 Favorites   0 Comments

Color spaces of #da73da

RGB 218115218
HSL0.830.580.65
HSV300°47°85°
CMYK 0.000.470.00   0.15
XYZ47.699132.228870.0364
Yxy32.22880.31810.2149
Hunter Lab56.770450.6294-33.4055
CIE-Lab63.531554.5301-35.5206

#da73da color RGB value is (218,115,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 11011010
Octal 332 163 332
Decimal 218 115 218
Hex DA 73 DA

RGB Percentages of Color #da73da

%39.56
%20.87
%39.56

CMYK Percentages of Color #da73da

%0
%47
%0
%15

Triadic Colors of #da73da

#da73da #dada73 #73dada

Analogous Colors of #da73da

#da73da #da73a7 #a773da

Monochromatic Colors of #da73da

#da73da

Complementary Color

#da73da #73da73

#da73da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73da Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73da Color CSS Codes

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

#da73da Text Font Color

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

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


#da73da Background Color

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

This div background color is #da73da


#da73da Border Color

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

This div border color is #da73da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73da


Comments

No comments written yet.

Please login to write comment.