Color Hex Logo

#da73ca Color Hex

#DA73CA
(218,115,202)
0 Favorites   0 Comments

Color spaces of #da73ca

RGB 218115202
HSL0.860.580.65
HSV309°47°85°
CMYK 0.000.470.07   0.15
XYZ45.704831.431259.5350
Yxy31.43120.33440.2300
Hunter Lab56.063547.4078-23.7168
CIE-Lab62.870051.7651-27.5611

#da73ca color RGB value is (218,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 11001010
Octal 332 163 312
Decimal 218 115 202
Hex DA 73 CA

RGB Percentages of Color #da73ca

%40.75
%21.50
%37.76

CMYK Percentages of Color #da73ca

%0
%47
%7
%15

Triadic Colors of #da73ca

#da73ca #cada73 #73cada

Analogous Colors of #da73ca

#da73ca #da7397 #b773da

Monochromatic Colors of #da73ca

#da73ca

Complementary Color

#da73ca #73da83

#da73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73ca Color CSS Codes

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

#da73ca Text Font Color

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

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


#da73ca Background Color

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

This div background color is #da73ca


#da73ca Border Color

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

This div border color is #da73ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73ca


Comments

No comments written yet.

Please login to write comment.