Color Hex Logo

#da72ca Color Hex

#DA72CA
(218,114,202)
0 Favorites   0 Comments

Color spaces of #da72ca

RGB 218114202
HSL0.860.580.65
HSV309°48°85°
CMYK 0.000.480.07   0.15
XYZ45.591431.204359.4972
Yxy31.20430.33450.2290
Hunter Lab55.860847.9283-24.0471
CIE-Lab62.679752.2609-27.8545

#da72ca color RGB value is (218,114,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 11001010
Octal 332 162 312
Decimal 218 114 202
Hex DA 72 CA

RGB Percentages of Color #da72ca

%40.82
%21.35
%37.83

CMYK Percentages of Color #da72ca

%0
%48
%7
%15

Triadic Colors of #da72ca

#da72ca #cada72 #72cada

Analogous Colors of #da72ca

#da72ca #da7296 #b672da

Monochromatic Colors of #da72ca

#da72ca

Complementary Color

#da72ca #72da82

#da72ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da72ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da72ca Color CSS Codes

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

#da72ca Text Font Color

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

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


#da72ca Background Color

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

This div background color is #da72ca


#da72ca Border Color

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

This div border color is #da72ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da72ca


Comments

No comments written yet.

Please login to write comment.