Color Hex Logo

#da72df Color Hex

#DA72DF
(218,114,223)
0 Favorites   0 Comments

Color spaces of #da72df

RGB 218114223
HSL0.830.630.66
HSV297°49°87°
CMYK 0.020.490.00   0.13
XYZ48.250032.267873.4973
Yxy32.26780.31330.2095
Hunter Lab56.804852.2097-36.9495
CIE-Lab63.563655.9157-38.2635

#da72df color RGB value is (218,114,223).

#da72df hex color red value is 218, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #da72df hue: 0.83 , saturation: 0.63 and the lightness value of da72df is 0.66.

The process color (four color CMYK) of #da72df color hex is 0.02, 0.49, 0.00, 0.13. Web safe color of #da72df is #cc66cc. Color #da72df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 11011111
Octal 332 162 337
Decimal 218 114 223
Hex DA 72 DF

RGB Percentages of Color #da72df

%39.28
%20.54
%40.18

CMYK Percentages of Color #da72df

%2
%49
%0
%13

Triadic Colors of #da72df

#da72df #dfda72 #72dfda

Analogous Colors of #da72df

#da72df #df72ae #a472df

Monochromatic Colors of #da72df

#da72df

Complementary Color

#da72df #77df72

#da72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da72df Color CSS Codes

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

#da72df Text Font Color

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

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


#da72df Background Color

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

This div background color is #da72df


#da72df Border Color

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

This div border color is #da72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da72df


Comments

No comments written yet.

Please login to write comment.