Color Hex Logo

#da61ad Color Hex

#DA61AD
(218,97,173)
0 Favorites   0 Comments

Color spaces of #da61ad

RGB 21897173
HSL0.900.620.62
HSV322°56°85°
CMYK 0.000.560.21   0.15
XYZ40.731026.471942.4980
Yxy26.47190.37130.2413
Hunter Lab51.450951.2703-12.9575
CIE-Lab58.482355.9188-17.7437

#da61ad color RGB value is (218,97,173).

#da61ad hex color red value is 218, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da61ad hue: 0.90 , saturation: 0.62 and the lightness value of da61ad is 0.62.

The process color (four color CMYK) of #da61ad color hex is 0.00, 0.56, 0.21, 0.15. Web safe color of #da61ad is #cc6699. Color #da61ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 10101101
Octal 332 141 255
Decimal 218 97 173
Hex DA 61 AD

RGB Percentages of Color #da61ad

%44.67
%19.88
%35.45

CMYK Percentages of Color #da61ad

%0
%56
%21
%15

Triadic Colors of #da61ad

#da61ad #adda61 #61adda

Analogous Colors of #da61ad

#da61ad #da6171 #cb61da

Monochromatic Colors of #da61ad

#da61ad

Complementary Color

#da61ad #61da8e

#da61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da61ad Color CSS Codes

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

#da61ad Text Font Color

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

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


#da61ad Background Color

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

This div background color is #da61ad


#da61ad Border Color

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

This div border color is #da61ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da61ad


Comments

No comments written yet.

Please login to write comment.