Color Hex Logo

#da72cc Color Hex

#DA72CC
(218,114,204)
0 Favorites   0 Comments

Color spaces of #da72cc

RGB 218114204
HSL0.860.580.65
HSV308°48°85°
CMYK 0.000.480.06   0.15
XYZ45.829831.299760.7527
Yxy31.29970.33240.2270
Hunter Lab55.946148.3174-25.2216
CIE-Lab62.759852.5967-28.8585

#da72cc color RGB value is (218,114,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 11001100
Octal 332 162 314
Decimal 218 114 204
Hex DA 72 CC

RGB Percentages of Color #da72cc

%40.67
%21.27
%38.06

CMYK Percentages of Color #da72cc

%0
%48
%6
%15

Triadic Colors of #da72cc

#da72cc #ccda72 #72ccda

Analogous Colors of #da72cc

#da72cc #da7298 #b472da

Monochromatic Colors of #da72cc

#da72cc

Complementary Color

#da72cc #72da80

#da72cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da72cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da72cc Color CSS Codes

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

#da72cc Text Font Color

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

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


#da72cc Background Color

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

This div background color is #da72cc


#da72cc Border Color

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

This div border color is #da72cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da72cc


Comments

No comments written yet.

Please login to write comment.