Color Hex Logo

#da40ac Color Hex

#DA40AC
(218,64,172)
0 Favorites   0 Comments

Color spaces of #da40ac

RGB 21864172
HSL0.880.680.55
HSV318°71°85°
CMYK 0.000.710.21   0.15
XYZ38.193221.550841.1764
Yxy21.55080.37840.2135
Hunter Lab46.422865.6163-20.0934
CIE-Lab53.547169.1936-24.7215

#da40ac color RGB value is (218,64,172).

#da40ac hex color red value is 218, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da40ac hue: 0.88 , saturation: 0.68 and the lightness value of da40ac is 0.55.

The process color (four color CMYK) of #da40ac color hex is 0.00, 0.71, 0.21, 0.15. Web safe color of #da40ac is #cc3399. Color #da40ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000000 10101100
Octal 332 100 254
Decimal 218 64 172
Hex DA 40 AC

RGB Percentages of Color #da40ac

%48.02
%14.10
%37.89

CMYK Percentages of Color #da40ac

%0
%71
%21
%15

Triadic Colors of #da40ac

#da40ac #acda40 #40acda

Analogous Colors of #da40ac

#da40ac #da405f #bb40da

Monochromatic Colors of #da40ac

#da40ac

Complementary Color

#da40ac #40da6e

#da40ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da40ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da40ac Color CSS Codes

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

#da40ac Text Font Color

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

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


#da40ac Background Color

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

This div background color is #da40ac


#da40ac Border Color

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

This div border color is #da40ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da40ac


Comments

No comments written yet.

Please login to write comment.