Color Hex Logo

#da72ea Color Hex

#DA72EA
(218,114,234)
0 Favorites   0 Comments

Color spaces of #da72ea

RGB 218114234
HSL0.810.740.68
HSV292°51°92°
CMYK 0.070.510.00   0.08
XYZ49.782032.880681.5647
Yxy32.88060.30310.2002
Hunter Lab57.341654.6197-44.1970
CIE-Lab64.064157.9359-43.5981

#da72ea color RGB value is (218,114,234).

#da72ea hex color red value is 218, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da72ea hue: 0.81 , saturation: 0.74 and the lightness value of da72ea is 0.68.

The process color (four color CMYK) of #da72ea color hex is 0.07, 0.51, 0.00, 0.08. Web safe color of #da72ea is #cc66ff. Color #da72ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 11101010
Octal 332 162 352
Decimal 218 114 234
Hex DA 72 EA

RGB Percentages of Color #da72ea

%38.52
%20.14
%41.34

CMYK Percentages of Color #da72ea

%7
%51
%0
%8

Triadic Colors of #da72ea

#da72ea #eada72 #72eada

Analogous Colors of #da72ea

#da72ea #ea72be #9e72ea

Monochromatic Colors of #da72ea

#da72ea

Complementary Color

#da72ea #82ea72

#da72ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da72ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da72ea Color CSS Codes

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

#da72ea Text Font Color

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

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


#da72ea Background Color

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

This div background color is #da72ea


#da72ea Border Color

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

This div border color is #da72ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da72ea


Comments

No comments written yet.

Please login to write comment.