Color Hex Logo

#da51ad Color Hex

#DA51AD
(218,81,173)
0 Favorites   0 Comments

Color spaces of #da51ad

RGB 21881173
HSL0.890.650.59
HSV320°63°85°
CMYK 0.000.630.21   0.15
XYZ39.398723.807442.0539
Yxy23.80740.37430.2262
Hunter Lab48.792858.7458-16.9463
CIE-Lab55.894462.9175-21.6946

#da51ad color RGB value is (218,81,173).

#da51ad hex color red value is 218, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da51ad hue: 0.89 , saturation: 0.65 and the lightness value of da51ad is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10101101
Octal 332 121 255
Decimal 218 81 173
Hex DA 51 AD

RGB Percentages of Color #da51ad

%46.19
%17.16
%36.65

CMYK Percentages of Color #da51ad

%0
%63
%21
%15

Triadic Colors of #da51ad

#da51ad #adda51 #51adda

Analogous Colors of #da51ad

#da51ad #da5169 #c351da

Monochromatic Colors of #da51ad

#da51ad

Complementary Color

#da51ad #51da7e

#da51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51ad Color CSS Codes

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

#da51ad Text Font Color

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

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


#da51ad Background Color

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

This div background color is #da51ad


#da51ad Border Color

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

This div border color is #da51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51ad


Comments

No comments written yet.

Please login to write comment.